We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Does anyone know why the debugger in Keil uvision2 using CY7C68013A does not like this piece of code?
CPUCS = ((CPUCS & ~bmCLKSPD) | bmCLKSPD1) ; // CPUCS = 0x0E;
That register is supposed to change the clock speed. If I want to write 0x0E to it the debugger does not work. What is so special about that register? Does anyone have the same problem?