• Error C129
    C:\KEIL\C51\INC\REG51.H(13): error C129: missing ';' before 'sfr' Just wondering any ideas about this error. Can't find any missing ';'
  • Keil error C129
    I am just getting started in coding the cypress FX2 in C. I was trying a very simple, port toggle example code. But I get the following error "FX2REGS.H(38): error C129: missing ';' before 'GPIF_WAVE_DATA...
  • Empty Device Database List
    I recently upgraded to the free version of uV4, and was having problems with one of my boards, so I decided to make a new project and try to isolate the problem. When I go to Project->Select Device...
  • Memory window is empty
    After loading the code into the target (a ST uPSD3422EV) to debug my code, the Memory Window is empty (blank). I can start and stop my application and read variables in the Watch window. It is only...
  • Empty banks in banked project
    Hi all, Due to my chip's unique memory structure, I use a tool to combine the seperate binary file of each bank to a big binary file. We have 4 banks. Now we have two problems: 1) If bank 0 is empty...