cancel
Showing results for 
Search instead for 
Did you mean: 

csboot0 and psdspft

ronald2
Associate II
Posted on October 20, 2005 at 13:39

csboot0 and psdspft

4 REPLIES 4
vincentchoplin9
Associate II
Posted on May 17, 2011 at 12:08

Hi,

Which compiler are you using?

Many compilers do not generate a hex file for the data space by default, and you need to configure or trick them in order to do it.

But the solution is specific to each compiler...

Vincent

ronald2
Associate II
Posted on May 17, 2011 at 12:08

I'am trying to fill my second Bootflash from PSDSoft. It is programmed as only data and located on 0x8000 - 0x9fff. When I am merging this address space with a hex file nothing is happening and my (csBoot0) space is not filled. The mainflash however is filled ok. :-?

ronald2
Associate II
Posted on May 17, 2011 at 12:08

I am using the tasking 8051 compiler, but the hex file I want to store in the second boot flash as data is a hexfile with only data, generated by myself. (Data for drawing characters on a graphical display)

[ This message was edited by: Ronald on 20-10-2005 14:58 ]

ronald2
Associate II
Posted on May 17, 2011 at 12:08

Hi Vincent,

the problem is solved. The address range of csBoot0 was 0x8000 to 0x9FFF and the data in the HEX files was placed from 0x0000 to 0x1FFF. Thank you for your response.

Ronald