Posted on May 17, 2011 at 12:05Hi, I use uPSD3233BV and Keil compiler.My code has reached to 70K and i tried to use paging.I do all that application note AN1816 says.But keil said address space overflow BANK0. Some of c source files in my project is...
Posted on May 17, 2011 at 12:05Hi Phase, I split up some c codes in my project and it works. I have learned that it is not good to put c files in to the banks which contains interrupt service routines... Thanks ;)
Posted on May 17, 2011 at 12:02Hello, i was using UPSD3234A on my old project and use flashlink.I use the same programming interface (pullup resistors, serial resistors etc.)as DK3200 board (it has 5V technology) and now i will use UPSD3254BV that w...
Posted on May 17, 2011 at 12:02Hi Phaze426 and uPSD, I selected large rom size from target options menu in keil it did not work and i carried all variables to xdata ram it did not work either. But i solved my problem with erasing sector before writi...
Posted on May 17, 2011 at 12:02thanks for your fast reply, I tried eeprom emulation code on my DK3200 board it realy works fine but when i add it to my code keil said ''data space overflow'' so i treid to write mine eeprom routine as you see in prev...