• RTX5 and stm32 - LED don't blink
    Hello everyone! I want to use RTX 5 RTOS for my project using STM32 and for now I wanted to just blink an on-board LED, but it just stays on. Everything builds etc, but during debugging using GDB/OpenOCD...
  • RTX5 and stm32 - LED don't blink
    Hello everyone! I want to use RTX 5 RTOS for my project using STM32 and for now I wanted to just blink an on-board LED, but it just stays on. Everything builds etc, but during debugging using GDB/OpenOCD...
  • Advice on button pressing!
    Hi, I am using the the philips LPC764, you can set up all the pins on port 0 as keyboard interrupts - which i have done ok. I have one button on each pin. I have tested it ok with one button but...
  • Advice on button pressing!
    Hi, I am using the the philips LPC764, you can set up all the pins on port 0 as keyboard interrupts - which i have done ok. I have one button on each pin. I have tested it ok with one button but...
  • Blink Heartbeat led when a sequence of led blinks
    Hi I am new to embedded c, i have to write code to blink led from 1 to 24 in a sequence and a “heart beat” LED blinking at 2 Hz frequency will be driven by Pin 28 of Port 0. i managed to write code...