User Activity

Dear all,I'm trying to perform a simple blocking SPI communication with a slave (TFT driver) on my STM32F769NI-disco board.I can transmit commands without any problem but I can't receiveHere is my init code called from main(): static void MX_SPI2_Ini...
Posted on March 12, 2018 at 16:40Hi there,I've set my STM32 toochain with Eclipse Oxygen + GCC + GDB + OpenOCD and I play with a STM32F769 discovery board. I could compile and debug the blinky project properly. Now I'd like to start a new project. I...