Port A and B disabled when modifying Port D/E on F207ZG
Good afternoon (o;
Testing a GPIB code on my Nucleo-F207ZG board...
GPIB communication is just fine, which uses PORT D and Port E....
Now I added SPI code which reads out temperature from a MAX31855 device....
using PA5/6 for SPI and PA4 for chip select...
I can only read it out one time...and as soon the GPIB code modifies Port D/E direction,
I don't see any signals anymore on Port A....
For testing I added a HAL_GPIO_Toggle() statement in the main while loop...
but this also stops as soon PortD/E is modified....
Any ideas what is going wrong?
thanks in advance
richard
