• Periodic Bit Corruptions
    I have a requirement to update a ARM7 processor while it is in ISP bootloader mode with/through a Cortex M3 processor. During the communications exchange between the updating devices I am seeing a periodic...
  • ram data corrupt
    hello I write program in one kind of RTOS. But some times all the data in RAM are corrupt since I add some code in functions, if continue add some code in the function, the data in RAM is OK.
  • STM32F429 disc1 usart corrupt data
    i have been trying to run USART on discovery board(STM32F429 DISC1). But all get in the transmission is corrupt data pls help me out. This my code for my project. int main() { board_init(); led_blinkALT...
  • RTX periodic task design
    I'm developing an app on an M3 that requires I run a run a periodic task every 500 microseconds. Currently I'm using a periferial timer and isr_evt_set to wakup my high priority task. This all works...
  • Periodic User Timers in RTX:
    Hi Keil, RTX rtos supports only one shot user timer but is there any way that we can make the timer periodic? If not can we implement periodicity with existing rtx timer data structure?. Please help...