• Configuring wait states
    I am using externel memory eprom for data storage , we couldnt fetch the data from the externel memory. So it seems the problem is with the speed of executon. So please help me configure WAIT STATES...
  • How to wait for multiple event?
    Hi All, I'm working with the CMSIS-RTOS API and I would like to wait in a thread for multiple events like a specific Signal occured OR a Message Queue event. Usualy the osWait function in a combination...
  • compiler function: wait 3ms
    I have to wait 3ms to be able to initialize my lcd controller from epson. How could I calculate this time with the Realview Compiler? Is there a specific function where I could say the controller should...
  • SPI stucks waiting for semaphore
    Hi all, I'm trying to use the SPI interface on a STM32F407 with CMSIS, and KEIl RTX 4.74. Below you my sample code can be seen. The problem there is that within the function drv_Info->SendData(...
  • Cooperative Wait on Mailbox or Event
    Using RL-ARM of RealView MDK-ARM Version 3.23 What is the best way to wait for either a mailbox or an event in a cooperative way at a certain point in a task. To my mind polling the mailbox and for...