• ** Baud rate Mismatch in in receiving data from MCBX51
    I wrote a program to communicate with my Development board, and pc through Hyper Terminal. When I am single stepping and if the transmition baud rate for MCBX51 is 9600, the PC can recieve it through...
  • ** Baud rate Mismatch in in receiving data from MCBX51
    I wrote a program to communicate with my Development board, and pc through Hyper Terminal. When I am single stepping and if the transmition baud rate for MCBX51 is 9600, the PC can recieve it through...
  • Receiving and storing the signal values
    I am using the STM32F4 Board and Wolfson pi audio card for my problem, which I stated down. I am trying to pass my own sample values to the DAC, then passing out them through the speaker. Then I want...
  • Receiving and storing the signal values
    I am using the STM32F4 Board and Wolfson pi audio card for my problem, which I stated down. I am trying to pass my own sample values to the DAC, then passing out them through the speaker. Then I want...
  • Interval does not work when receiving signals
    Hi I have the problem, that I want to execute a 'ClockTick' each 100ms, and a 'Do_Process' when a Signal is received. If I use: char OSEvent; OSEvent = os_wait(K_SIG+K_IVL,100,0); switch (OSEvent...