2019-11-20 05:46 PM
X-CUBE-AZURE SDK supports 'STM32L496G-Discovery', and then I run it successfully, though I want to replace 'STM32L496G-Discovery' to 'STM32L496 Nucleo-144'.
These MCUs are almost same.
STM32L496G-Discovery's MCU: STM32L496AGI~
STM32L496 Nucleo-144's MCU: STM32L496ZGT~
(https://www.st.com/en/microcontrollers-microprocessors/stm32l4-series.html#products)
It works to upload the FW to STM32L496 Nucleo-144, but it doesn't even print UART log.. I am debugging about it, I found it hang in HardFault_Handler Func.
Anybody who can handle this issue?