Replies: 3 comments 1 reply
-
Hi @JE-Tv1! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
-
So it wrote the file? I do not see any issues here |
Beta Was this translation helpful? Give feedback.
-
Agree with @nordicjm, this looks like a normal flash output. I agree the last info message could sound confusing, but that's normal situation which is recovered, not an error message. Converting to discussion for now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I followed the getting started. Nothing occured badly until west flash was done. The output is shown in the logs.
Trying to debug this via comparison, I checked the nucleo_l031k6 and tried to build and flash it. Similar output in the log is generated but my board now has the script and runs as well. I also tried with hello_world and same works. I noticed the deconfig file between them is the only difference so I adapted the nucleo_l031k6_deconfig to nucleo_l011k4. Ultimately changing the "Kernel Option" CONFIG_MAIN_STACK_SIZE, CONFIG_IDLE_STACK_SIZE, CONFIG_ISR_STACK_SIZE.
To Reproduce
Follow along with the tutorial
Logs and console output
Environment (please complete the following information):
Additional context
Used the nucleo_l011k4 out of the box and never used stm32cubeprogrammer nor its IDE
Beta Was this translation helpful? Give feedback.
All reactions