Search found 12 matches

by Jacob_Beningo
Thu Jul 07, 2016 11:09 pm
Forum: Other Boards
Topic: Porting to STM32F429, where to increase code size?
Replies: 56
Views: 71964

Re: Porting to STM32F429, where to increase code size?

Thanks! How do I let storage.c know that I want to use the first half 64k of the 128k available? From looking through storage.c I thought it already made this assumption. As far as the linker goes, I've done the following: MEMORY { FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 0x0200000 /* entire flash...
by Jacob_Beningo
Thu Jul 07, 2016 8:58 pm
Forum: Other Boards
Topic: Porting to STM32F429, where to increase code size?
Replies: 56
Views: 71964

Re: Porting to STM32F429, where to increase code size?

I'm working with the STM32F429 and seem to be running into an issue with the internal flash drive when expanding it beyond the traditional 96kB. My drive size is 664 kB but I can only write 274 kB of data to the drive. Any more and the device locks up, shows up as an unrecognized USB device and requ...