Difference between revisions of "MCBSTM32C/Project start"
From Teknologisk videncenter
m (Created page with "Project start goals: #Simple startup from assembler to main() #Switch from HSI to HSE clock (25 Mhz Crystal) #Initializing GPIO port E[15:8] for output - driving the leds #Initia...") |
(No difference)
|
Revision as of 05:54, 2 September 2011
Project start goals:
- Simple startup from assembler to main()
- Switch from HSI to HSE clock (25 Mhz Crystal)
- Initializing GPIO port E[15:8] for output - driving the leds
- Initializing RS232 at 9600 baud
- Initializing Interrupt controller
- TIMER interrupt blinks the leds
- Fetching input from UART