MCBSTM32C/Project start

From Teknologisk videncenter
< MCBSTM32C
Revision as of 06:54, 2 September 2011 by Heth (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Project start goals:

  1. Simple startup from assembler to main()
  2. Switch from HSI to HSE clock (25 Mhz Crystal)
  3. Initializing GPIO port E[15:8] for output - driving the leds
  4. Initializing RS232 at 9600 baud
  5. Initializing Interrupt controller
  6. TIMER interrupt blinks the leds
  7. Fetching input from UART