NUCLEO-F756ZG SPI1 issue
Dear ST,
I try to use SPI1 in full-duplex slave mode with hardware NSS and interrupts.
Interrupts work fine, the only problem is that data is all 0
After connecting the logic analyzer I noticed that the CS and SCK signals are ok but the MOSI and MISO are low.
I generate the SPI data using MCP2210 breakout board, it works fine if I connect only the logic analyzer to the MCP2210 all signals are fine. when adding the nucleo in the circuit MISO and MOSI are pulled low!!!
I use CubeMX for configuration
pins are:
PA5 - SPI1_SCK
PA6 - SPI1_MISO
PA7 - SPI1_MOSI
PA4 - SPI1_NSS
Has anyone ever seen anything similar.. where to look for the issue ?
Thank you

