User Activity

I am porting opentx code to a board I am using. I have changed some part of the code and I am able to boot opentx and show something on display.https://github.com/sanjuchopracool/opentxBut I have one serious issue. If I power off the board and power...
Posted on December 20, 2015 at 20:58 I am trying to read register for NRF24l01 with STM32F429 Discovery. I am using SPI2 with PB13,PB14,PB15 as SPI2_SCK, SPI2_MISO, SPI2_MOSI and PB12 as CE pin. When i read i get 0 always. Please suggest me ...
Posted on March 21, 2015 at 15:09I am newbie to stm32. On nucleo401 board i want to use six analog inputs together. ST suggest that we should use stm32cube (HAL) instead of Standard Peripheral Library. But i can't find the example of multichannel ad...