• Why am I stuck in a task >
    __task void ParameterManager::ParameterManagerTask() { // Reset all Constants ParameterManager::GetParameterById(ParameterId_Vendor)->setValue((char*)&Vendor, 2); while(true) { } } Our target...
  • RTOS task swtiching faliure
    I have a bunch of tasks running in Round robin fashion. They perform the task of reading from four serial ports and polling a push button state plus one more task to print data on serial port. The problem...
  • Stucking at breakpoint
    Hi, sometimes the debugger stucks at a breakpoint and even if I use single-step, step-over or just run the program, the PC does not change. Deleting the breakpoint does not fix the problem. I have...
  • Looking for 8051 core with max speed and max memory
    Hi, We need 8051 core with below specification: 1) Effectively working at > 25M hz freq ( means considering the number of clocks per instruction ) 2) Code memory > 128 K 3) Data memory ~ 64K ...