Topic : Bug Ride7

Forum : Ride IDE

Original Post
Post Information Post
January 16, 2008 - 5:26pm
Guest

I use Ride7, and a STM32F103RBT6 . When I compile my code, I have a error "region FLASH overflowed by 19824 bytes".
In advenced ARM options, the configuration of micro is ok (code size 0x20000, datasize 0x5000) but when I read project.map, I have

Memory Configuration

Name Origin Length Attributes
RAM 0x20000000 0x00005000 xrw
FLASH 0x08000000 0x00008000 xr <----this is no the good value for STM32F103RBT6
FLASHB1 0x00000000 0x00000000 xr
EXTMEMB0 0x00000000 0x00000000 xr
EXTMEMB1 0x00000000 0x00000000 xr
EXTMEMB2 0x00000000 0x00000000 xr
EXTMEMB3 0x00000000 0x00000000 xr
*default* 0x00000000 0xffffffff

Have I missed a setting or is-it a bug ?

Thank

Replies
Post Information Post
+1
0
-1
January 16, 2008 - 5:56pm
Guest

It's not a bug. You must set the "Starter Kit Limitation" option (in the "LD Linker" section) to "No".

Lionel

+1
0
-1
January 17, 2008 - 11:32am
Guest

Thank , it's ok.