• RTOS task swtiching faliure
    I have a bunch of tasks running in Round robin fashion. They perform the task of reading from four serial ports and polling a push button state plus one more task to print data on serial port. The problem...
  • RTOS task swtiching faliure
    I have a bunch of tasks running in Round robin fashion. They perform the task of reading from four serial ports and polling a push button state plus one more task to print data on serial port. The problem...
  • LED with button
    I am using the STM32 G031K8 ARM CORTEX-M0 + development board. I am writing my code in Assembly language. I want the LED to light up when I add an external button and press this button. I have adjusted...
  • LED with button
    I am using the STM32 G031K8 ARM CORTEX-M0 + development board. I am writing my code in Assembly language. I want the LED to light up when I add an external button and press this button. I have adjusted...
  • LEDs and Push button interface problems
    Hi all, I have a Little problem getting my LPC2119 to work as I want it to. Im running a ET-ARM et-arm stamp lpc2119 with GNU arm compiler in µVision3 Im trying to interface a push button...