Re: Problem with running Zephyr from external flash on STM32xx
Erwan Gouriou
Hi Jan, If you're able to go till the main function, I guess this means QSPI configuration is working correctly. If issue happens following k_sleep call, I'd check potential syscall check issue, but on that side a kernel expert might be more helpful than myself. One point though, are you using same usart peripheral on console and shell ? If not, this could be strangely similar to https://github.com/zephyrproject-rtos/zephyr/issues/20068 which has been seen on internal flash as well. Cheers Erwan
On Fri, 22 Nov 2019 at 15:14, Jan Pohanka <xhpohanka@...> wrote:
|
|