• Mailbox overflow
    Hello, I have a problem that involved "Mailbox overflow detected " in RTX. I uses RTX and attempt to implement the Uart communication between Stm32f3 board A and B. I describe the flow as...
  • Mailbox overflow
    Hello, I have a problem that involved "Mailbox overflow detected " in RTX. I uses RTX and attempt to implement the Uart communication between Stm32f3 board A and B. I describe the flow as...
  • rtx stack overflow due to apparent bug with mailbox implementation
    I am using the CMSIS version of rtx. Here is my code: void status_led_task(void const * arg) { bool b_flashing_state = false; uint16_t flashing_led_mask = 0; uint16_t current_led_mask; int...
  • rtx stack overflow due to apparent bug with mailbox implementation
    I am using the CMSIS version of rtx. Here is my code: void status_led_task(void const * arg) { bool b_flashing_state = false; uint16_t flashing_led_mask = 0; uint16_t current_led_mask; int...
  • Level triggered vs edge triggered
    I am triyng to make an interrupt routine to control the entrance and exit of a client from a taxi car.The problem is that I dont know exacly what I should choose: Level triggered or edge triggered. ...