I have a Primer2 with the STM32F103VET6. When I compile my program, "theProPowerTest" in Ride7, I get:
theProPowerTest.elf section .bss will not fit in region RAM
and
ld.exe: region RAM overflowed by 6748 bytes
Upon opening the .elf.ld file, it shows that it tries to include
STM32F103_32K_32K_FLASH.ld"
The part I have should be for a 64K part, but I don't even see a 64K option in the /lib directory. Has anyone run into this problem? Did I miss some files somehow?
Thanks