• GPIO and ADC variables (Which is created by me) are assigned memory addresses are overlapping and making GPIO data to toggle
    Hi, I am using keil rtx5 for lpc4357 controller. Where I am trying to read data from adc and gpio pins. I created two threads. one is reading adc data and storing in a 64 bit structure. And other is...
  • Access GPIO
    How can I access the GPIO on my BMD 300 (control them using basic methods like pinMode, digitalWrite? Do I need to download a new library to include in the IDE?
  • FAST GPIO
    hi, i am using lpc2378 ...when i configure port 0 and 1 as fast GPIO my uart baud rate becomes half...since i have used port0 and 1 to interface a lot of other peripherals i am not in a position to make...
  • STM32F103 GPIOs
    Hi, I need to write 16bit value to pins: PB0(0),PB1(1),PA2(2),PB3(3),PB4(4),PB5(5),PB6(6),PB7(7),PB8(8),PB9(9),PC6(10),PC7(11),PB12(12),PB13(13),PB14(14),PB15(15) (STM32F103). Is there someone...
  • GPIO frequency
    Hello everybody. I'm working on a Keil MCB4300 board with a LPC4357, and I've encounter a problem with the GPIO frequency. My program use two timers with interrupt to set and clear two GPIO, but...