• HOW TO USE UV2 SIMULATOR ........
    Hi all, I am writin here for the first time. I am not able to open the serial port debug window of my simulator from my keil uv2 IDE. I am using TI based MSC1210Y2 chip. I have a registered version...
  • About Hardware simulator in uv2 environment.
    In uv2 environment, I am running a hardware simulator. Why those two busters are keeping happening? 1. P0 port can not output data correctly, it changes randomly and totally out of my control. ...
  • Sleep Mode
    I have programmed CC1010 Chipcon evaluation module to sample a temperature, transmit it to the next node and display on the PC screen. However, due to energy considerations I put module to the sleep...
  • UV2: Breakpoint crash
    Hello, Everytime I set a breakpoint in UV2 (for Cygnal chips), run, then try to halt the program before hitting the breakpoint, UV2 becomes unresponsive and has to be killed by process manager. ...
  • Sleep mode issues
    Hi, I'm trying to put a STR912FAW44 processor into sleep mode but I have some troubles. Here is my code to enter sleep mode SCU_MCLKSourceConfig(SCU_MCLK_RTC); SCU_EnterSleepMode(); EXECUTE_50_NOP;...