• RTX OS_ERR_FIFO_OVF
    Hi, I am using the STM32F207 (Cortex-M3) device with MDK 4.50. I have an ISR function which calls isr_evt_set() to send a “Tick” event when a 1ms h/w timer tick occurs. A task calls os_evt_wait_and...
  • RL-ARM : OS_ERR_FIFO_OVF
    Hi, What mean the OS_ERR_FIFO_OVF error on runtime? Best regard.
  • OS_ERR_FIFO_OVF when CAN data received
    Hi everybody I use SAM7x512 and RL-ARM OS. here, OS has 7 tasks and one of them is for CAN receiver. OS_TICK is 1000 and OS_STKSIZE is 1024. and 500000 is my CAN baudrate(my board is just receiver...
  • Understanding of startup
    Hello every one, I am new to Cortex m3. I want to understand startup code for this controller. Can I get good link ?? ex: LPC1343.s
  • Understanding of code
    Can anyone explain the codes below, I am completely new to C, and I think there is some mistake in Code 1 Code 1 GLOBAL __main AREA Program, CODE, READONLY __main MOV R0, #625 ; input MOV R1...