Replies: 2 comments 10 replies
-
Strange, it means that you're not able in any way to run a basic zephyr sample on a STM32 based board, while it works on other boards ? |
Beta Was this translation helpful? Give feedback.
7 replies
-
Yehh... Are there any commands you'd like me to run to check what's going
on? I'm stumped on what's missing. Is there any way to compile on a remote
device/server that you'd recommend for this instead? Maybe I can compile on
a fresh and separate machine? Do you think its a compile issue? or a
flashing issue? I can try purchase a nucleo dev board and see what to do
again but it'll just take a while...
I'm a bit unsure whats going on though - i'm still able to flash using
stm32cubeide and the stm32 development environment...
…On Tue, 17 Oct 2023 at 16:24, Erwan Gouriou ***@***.***> wrote:
Yes, no specific instalation and you shouldn't face any specific issue.
I'm only using ST dev boards though, maybe STM32 boards from other vendors
are less tested but I don't see why you would face the same systematic
issue on all STM32 boards.
—
Reply to this email directly, view it on GitHub
<#63946 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEB74Q7XAYMJOBUQTS7Y52DX7Y6CNAVCNFSM6AAAAAA6ADXKA6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGMBRGI2DE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All!
I'm having issues with getting a working blinky on the
stm32_min_dev_blue
board while following the getting started guide and board files and sample code. Additionally, simpler counter++ programs also fail under this test. I've given this a try on MacOS, Windows and Linux - each with no avail. In each configuration, I have flashed with both, a J-Link (EDU) and ST-Link V3 Mini. I usually have more success with flashing using a J-Link EDU as there are issues with the ST-Link V3 Mini.Each time I debug the program, the chip follows the following instructions until it hits the infinite fatal.c loop:
Additionally, I've seen this issue on a nucleo_f302, a custom stm32f302c8t6 board and the weact stm32h743 board. This is in contrast with my other nrf52832, nrf52840 and ESP32C3 boards - which really confuses me as each of those use different debug/flashing systems.
To flash, I use
west flash --runner jlink
. To debug, I usewest debug --runner jlink
.Would anybody know what's going on here? Are there missing configurations I should be enabling? or missing libraries? I'm using the default
zephyrproject
installation on the getting started project AND a custom workspace from theexample-application
template. Is there a missing installation I've missed?Beta Was this translation helpful? Give feedback.
All reactions