I am using arduino IDE to program some STM32 microcontrollers. And I cannot get these L432KC nucleo boards communicating over NRF24L01 transceivers. I am very confident on the wiring as I have checked it many times so I feel like it is somehow a software issue. However, running the exact same code on two f411RE nucleo boards it works perfectly. I need to get the two L4 boards communicating for this project and I need help!
I have attached my transmit and receive code below and I would really appreciate any advice!
Also notable is that the radio.write() function never returns true on the L4 board but it does on the F411RE ones