Difference between revisions of "MCBSTM32C"
From Teknologisk videncenter
(→Links) |
m (→Links) |
||
Line 53: | Line 53: | ||
*[File:apnt264.pdf Application Note detailing differences between uVision4 and uVision5 for RTX] | *[File:apnt264.pdf Application Note detailing differences between uVision4 and uVision5 for RTX] | ||
*[http://search.safaribooksonline.com/book/electrical-engineering/computer-engineering/0596007558 Safari book - Designing Embedded Hardware] | *[http://search.safaribooksonline.com/book/electrical-engineering/computer-engineering/0596007558 Safari book - Designing Embedded Hardware] | ||
− | *[http://www.keil.com/links/tpl/c.asp | + | *[http://www.keil.com/links/tpl/c.asp Embedded C help] |
*[http://search.safaribooksonline.com/book/programming/9780750685832 Embedded Software: Know it all] (Safari book by Larosse] | *[http://search.safaribooksonline.com/book/programming/9780750685832 Embedded Software: Know it all] (Safari book by Larosse] | ||
− | *[http://www.digilentinc.com | + | *[http://www.digilentinc.com Digilent Inc] Eletronic Parts |
*[http://www.keil.com/pack/doc/cmsis/General/html/index.html CMSIS documentation] (Keil) | *[http://www.keil.com/pack/doc/cmsis/General/html/index.html CMSIS documentation] (Keil) | ||
*[http://www.keil.com/pack/doc/mw/network/html/index.html CMSIS network ref] (Keil) | *[http://www.keil.com/pack/doc/mw/network/html/index.html CMSIS network ref] (Keil) |
Revision as of 12:16, 23 October 2014
MCBSTM32C is a ARM based evaluation board using a Cortex-M3 core based on the STMicroelectronics STM32F107VC ARM Controller.
MCBSTM32C
- Schematics
- M24C64 EEPROM (Loads PDF)
- ST3232 RS232C Line Driver (Loads PDF)
- LIS302DL 3 Axis motion Sensor (Loads PDF)
- CS42L52 Stereo CODEC (Loads PDF)
- DP83848J 10/100 Mbps Ethernet Tranceiver (Loads PDF)
- STMPS2141 power distribution switch for USB
Display
- MCBQVGA-TS-Display-v12 Schematics (Loads PDF)
STM32F107VC
- Keil ARM STM32F107VC Homepage
- STM32F107VC Data Sheet (Loads PDF)
- STM32F107VC Reference Manual (Loads PDF)
- STM32F107VC Users Guide (Web page)
- STM32F107VC Firmware Library (Loads PDF)
- STM32F107VC Assembler User Guide (Web page)
Keil Development tools
Using license local on Mercantec
Use wired local network or use wireless SSID dt3 for access to server.
C:> net use s: \\mercstor.tekkom.local\license /user:keil <notice>SECRET-PASSWORD</notice>
Under File... License Management... Select the Floating License tab and browse to the .FLF file on the server through the Add Product... button. On clicking OK, a web browser should open with the Floating License details automatically filled. On completion of the web browser, an e-mail is sent immediately with a license key to paste into the Floating License page.
Licens ude fra Internettet
Lig følgende linie i din hosts fil
83.90.239.187 mercstor.tekkom.local
Software projects
- minimum_startup.zip
- display1.zip
- Blinky Simple (Minimum startup)
- Blinky simple with clock control
- Blinky simple with clock control and backlight dim
- Motionsensor 1
- SNMP project
- RTC STM32F107VC Time keeping project
- IR remote control project
Links
- MCBSTM32C User's Guide
- gnuARM
- MCBSTM32C demo using RL-ARM TCP
- [File:apnt264.pdf Application Note detailing differences between uVision4 and uVision5 for RTX]
- Safari book - Designing Embedded Hardware
- Embedded C help
- Embedded Software: Know it all (Safari book by Larosse]
- Digilent Inc Eletronic Parts
- CMSIS documentation (Keil)
- CMSIS network ref (Keil)
- ARM middleware Libraries