• Would unecessary os_evt_clr ( ) cause any problems ?
    The task waits for the event to occur by calling os_evt_wait_or( ). When the event occurs, task does it's job. I know task doesn't need to use os_evt_clr( ) to clear the event to let the task wait for...
  • Would unecessary os_evt_clr ( ) cause any problems ?
    The task waits for the event to occur by calling os_evt_wait_or( ). When the event occurs, task does it's job. I know task doesn't need to use os_evt_clr( ) to clear the event to let the task wait for...
  • I would like to run linux on cortex-M MCU in Stm32mp157-EV but i don't know what's wrong?
    dear engineers, i can run linux on stm32f429 mcu without any problem, but it failed on Cortex-M MCU in stm32mp157 board. After many hours i realize: error happens in below function void __meminit...
  • I would like to run linux on cortex-M MCU in Stm32mp157-EV but i don't know what's wrong?
    dear engineers, i can run linux on stm32f429 mcu without any problem, but it failed on Cortex-M MCU in stm32mp157 board. After many hours i realize: error happens in below function void __meminit...
  • SD/MMC card init failed
    Hi Everyone, We have used the example program taken from path “C:\Keil\ARM\Boards\Keil\MCB2300\RL\FlashFS\SD_File\SD_File.uV2” to create a file in MMC card interfaced to LPC2368 microcontroller using...