Posted on May 17, 2011 at 11:52I resolved last issue... Now I'm debugging an eeprom emulation program and it work's well on the basic standard usage of uPSD, i.e. typical memory map where code is in the big eeprom and data is in the second eprom. Bu...
Posted on May 17, 2011 at 11:52I mapped to use big flash(128K) for data and small one (32K) for code. As sector is only 8K in secondary flash, how I could declare using PSDsoft? As my program is bigger than 8K, do I have to declare same hex file for...