This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

page and swap bits upsd3234

I am using the upsd3234. I have written a boot loader that sets bit 8 (swap) in the page register. When bit 8 is set my second program is loaded into boot space. I am sure that the second program resets the page register to 0 and bit 8. This causes my boot loader to start again. I did a test with a simple ASM program as the second program and this functions correct so my conclusion is that Keil C51 resets the page register.
Paging is not enabled in uVison because once loaded into boot space it does not require any further paging at this stage. Any advice ?

0