I have an STM32F0 Discovery Board connected to a BOOSTXL-CC1125 board.
In this setup, I can successfully read the PARTNUMBER (8F) and PARTVERSION (90) extended registers.
But when I move the same code onto a custom board with STM32F030 & cc1125, I just get 00 on MISO.
ie, the CC1125's SO is going low when SS is taken low, but it is then just staying low.
Any ideas what to look for which might cause this?