Posted on May 17, 2011 at 11:57Moderator, Let me try to explain better what I’m doing (I’m using uPSD3212): 1.In the PSDsoft I configure Main PSD flash as Data and Second PSD flash as Program; 2.My memory map: fs0 = 0~3FFF à PAG 0 fs1 = 4000...
Posted on May 17, 2011 at 11:57There is a way to change this reset value for the VM register at run time? When I switch form one flash to other I don't know where is the adress of my code and how is my stack. I would like to cause a reset, using wat...
Posted on May 17, 2011 at 11:571. Using PSDsoft Express I put the main flash in the Data space and Flash 2 in the Code space (VM = 0X92). 2. In my program I change VM to 0x8C. Why when I reset my device the VM come back to 0x92 ? Where PSDsoft write...
Posted on May 17, 2011 at 11:57Does anyone knows a methode, to declare a function in a specific CODE address in C51 (Something lika a org xxxx in assembler )?