• About multi bank programming
    Hi, I am doing a multi bank(code banking) programming. I had check the doctuments about code banking, but I got some question. 1.If the settings are right(L51_bank.A51, startup.A51), the bank switching...
  • Problem about multi-task in RL-RTX
    Hi all, I want to implement UDP communication between two LPC1768 boards. Coz each board should be able to send msg as well as receive msg at the same time, the only way I thought about is multi-task...
  • multi project
    Hello everyone, I have created a Multi project using STM32f407VG in Keil Uvision 4, In this i have included three project, out of these two are library project & the third one is the project where...
  • About STM32 SPI multi slave setup
    Hi, I am trying to construct a SPI network with STM32F1 MCU in a star-shaped network so that all slaves are connected directly to the master. In a one-master-one-slave situation, it seems that the...
  • Multi-tasking...
    I want to read a character input from the keyboard so I used.. getchar(); The problem is, I want to be able to continue on with my program if user does not enter any character from the keyboard...