alrieckert wrote
> 
> Please just make sure about your starting address for the flash. I'm using
> the STM32F103CBT6 and the start address is 0x08000000 and not 0x0800000
> 
I've just verified it. The starting address for the flash should be
0x08000000. The reason for mine being 0x08003000 is that I'm making use of a
USB DFU bootloader to load my program onto the device.

Would be nice if we could specify the flash start offset at compile (link)
time and not to hard code this into the compiler?

Regards
Anton 


--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/Variable-alignment-in-arm-embedded-tp5709962p5710036.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to