Forum : ARM
Original Post
Post Information | Post |
---|---|
August 4, 2013 - 12:10am
|
I'm new to Ride7, my first project (on stm32f205ze) contains lines like these: void RCC_Config( void ) { Register and bit names are from STM32 reference, but couldn't find any header where defined. I've found lots of stm32f10x.h's in |
Hello,
You can find some informations about STM32F2xx on the ST website
You can find also all the header in their libraries at http://www.st.com/web/en/catalog/tools/PF257898
I hope it helps.
Best regards,
Merci, Etienne,
this is what I need!!
Is it because of some legal stuff that the above packs lack Peripheral Libraries ? Or are there too many ARM based MCU's with different peripheral sets to be included all?
There'd be some notes about the 3 components needed (if I'm clear) even from seperate manufacturers:
1. IDE (e.g. Ride7)
2. toolchain (gcc, linker)
3. peripheral library for your actual MCU
thanks again, Tamas