Question
SPI1_NSS conflicts with PA15 in STM32F103
Hi,
According to datasheet, The main function of PA15 is JTDI, so I disabled JTAG and config that pin in AF_PP mode.
Then if I don't initialize SPI1, I can control PA15 as GPIO. But if I initialize SPI1, this pin will hold high. Since SPI1 has occupied PA4 as its NSS, I guess there is a way to force that peripheral to release PA15, however I didn't find some description in datasheet.
If someone could help give some suggestions?
