• Problems with storing data in ROM & lockups
    Hello, I have data structures of the following type const void * testpanel_pointers[][4] = { { "Status", NULL, NULL, NULL }, { "Configuration", NULL, NULL, NULL }, { "Self Test", NULL, NULL,...
  • STM32 flash erase lockup problem
    This is a question to anyone who is expert in IAP programming. I am experimenting with relocating code on a Keil MCBSTM32 board. I have taken the "measure" example and have modified it so that through...
  • Olimex STM32-P103 and Keil uVision 4.0 Lockup issue
    Trying to get a simple flashing LED application running on the target board and can compile - load and single step through code (F11) no problem, LED flashes. If I try to jump over any statement...
  • RTX
    Hi Per Westermark I am using two different task one is voltage updation another one current updation . I am using both inside RTX to get a robust output. Here i am using ADC conversion, my code...
  • RTX
    Hello, How would RTX fail apart from stack overflow? Currently, my software runs for approx. 10 hours and fail using RTX. I have increase the task overflow and also the interrupt and user mode...