vs-pp opened a new issue, #3427: URL: https://github.com/apache/mynewt-core/issues/3427
I ran into mynewt last week. Tried it out version 1.13.0 on STM324F11E-DISCO. Was able to successfully build using the procedure from here https://mynewt.apache.org/latest/tutorials/blinky/blinky_stm32f4disc.html. But the bootloader crashes in HAL_RCC_ClockConfig(). ``` #0 0xffffff4e in ?? () #1 0x08001632 in HAL_RCC_ClockConfig (RCC_ClkInitStruct=RCC_ClkInitStruct@entry=0x2001ffa4, FLatency=FLatency@entry=5) at repos/stm-stm32f4xx_hal_driver/Src/stm32f4xx_hal_rcc.c:685 #2 0x0800188e in SystemClock_Config () at repos/apache-mynewt-core/hw/mcu/stm/stm32f4xx/src/clock_stm32f4xx.c:245 #3 0x08000d06 in hal_system_init () at repos/apache-mynewt-core/hw/mcu/stm/stm32f4xx/src/hal_system_init.c:31 #4 0x080001ce in Reset_Handler () at repos/apache-mynewt-core/boot/startup/src/arch/cortex_m4/cortex_m4_startup.s:74 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@mynewt.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org