Unable to set up USART2 on NUCLEO-L432KC: assert_param failure in stm32l4xx_hal_uart.c and/or call to HardFault_Handler.
Posted on May 13, 2018 at 06:07 Hello, I have a NUCLEO-K432KC. In a STM32CubeMX project, I ensured USART2 and GPIOB3 were enabled per the manual. I2C1 is also enabled. A full project can be seen at https://github.com/R030t1/stm32-touchpad. ...