Hello everyone,
I am using a Open4 STM32L152 and i want to use the SPI2 communication to link with a sensor.
I have managed to configure the MOSI & SCK & NSS pins but MISO still don't work.
The problem is when i configure the MISO pins to work in AF mode, the MISO pins is stuck at "1".
So i cant receive any value on my pins. just 0xFFFF.
The problem occur when i enter this command .
When i enter in mode AF, the pin pass from 0 to 1 and stay stucked to 1 ...
MOSI and SCK pins work properly. i can see data pass throught it.
For informations :
-I program on Circle APP, maybe there is an option who conflict MISO pins...
-I HAVE ALREADY TRIED TO CHANGE PULL UP/OPEN DRAIN MODE
-I HAVE ALREADY TRIED TO PUT MISO ON INPUT MODE
-I DO NOT HAVE THE GPIO_MODE_IN_FLOATING THAT WE CAN SEE IN ANOTHER CASE. ( i use std stm32lxx library)
Thanks for your comprehension amd for your time if youre reading me...
Frederic TOMAS