NRF24L01 [SPI] + ILI9341 [SP2] on Bluepill STM32F103 , Radio doesnt transmit when TFT is initialized
-
Hi Folks,
I'm able to run both NRF24 and ILI9341 independantly.
I can run nrf24 on SPI1 and tft on SPI2, but i cant run them together.
The moment I initialize 9341 via tft.begin(spi2), nrf stops to work
Any one has ideas?