2018-01-06 09:35 PM
I desire to use UART4 to talk to a GPS module over serial communications on an Arduino shield board. To do this I need to use UART4, but it does not appear to be enabled.
2018-01-07 12:56 AM
I tried to enable the UART4 from the STMCubeMX - it seems to works as for other boards (actually I do not have this one). Probably you need to share more details about the issue you are facing. What have you tried?
2018-01-07 06:32 AM
Can we try not to put the entire question in the summary.
Make sure STM32L475xx is defined (compiler command line)
Check stm32l475xx.h shows as a dependency (via stm32l4xx.h)
Make sure the pins are properly configured.
The clocks are all enabled.
I've used GPS on the IoT shield, UART4 works.