189 похожих чатов

Hey everyone, wish a good time for you. I wrote a

simple LED-Blink program with CMSIS for a stm32f030
> compiled it with:
arm-none-eabi-gcc -DSTM32F030x6 -mthumb -mcpu=cortex-m0 --specs=nano.specs --specs=nosys.specs -Wall -fmessage-length=0 -ffunction-sections -fdata-sections -I./cmsis
/CMSIS-5.8.0/Core/Include -I./device/STM32F030x6/include -Os -c main.c -o main.o
> linking it with startup_stm32f030xx.S (startup.o) and linker-script:
arm-none-eabi-gcc -T/home/e72f46e/projects/CMake-Sample/device/STM32F030x6/STM32F030x6_FLASH.ld --specs=nosys.specs --specs=nano.specs main.o startup.o -o test.elf
> extracting hex code from elf file:
arm-none-eabi-objcopy -O ihex
test.elf test.hex
> flashing it using st-flash at address 0x8000000:
st-flash write test.hex 0x80000000
- wired connections from header-board (PA4) to the LED is OK.
It doesn't work ... any advice ?
Thanks.

21 ответов

17 просмотров

Error in line 603

First, try resetting the device. it sometimes happen that ST-Link won't release the reset line.

Э
yep, I did it.

Pls provide more information, what dose it mean Dont work, can set break points in code under debug session?

Э- Автор вопроса
Andrey Ermakov
Pls provide more information, what dose it mean Do...

actually my ST-Link is a chinese clone ... so, it doesn't have debug support.

Э
yep, I did it.

Could you provide us with the source code you're trying to compile? :)

Э
actually my ST-Link is a chinese clone ... so, it ...

Even chinese clones must have debug support :/

Use that: https://pastebin.com/ to demonstrate your code to everyone. I bet you'll be amazed with the number of help-wishers here if you do just that.

Э- Автор вопроса
Andrey Ermakov
Hm all clones line stlink v2 has it

oh, ok : | didn't know that, thanks.

Э
oh, ok : | didn't know that, thanks.

What is ur Ide? Or may be u just compile and upload from command line?

Э
oh, ok : | didn't know that, thanks.

Are you using any IDE (i.e. Cube-IDE/IAR/Keil) for your project?

Э- Автор вопроса
Э- Автор вопроса
Э
KDevelop / Debian 11 / GCC 10.8

OK, firmware uplodes process returns good code, with out errors?

Э- Автор вопроса

也许这不是原始处理器,而是它的中文克隆

Э- Автор вопроса
Aleksey Kuznetsov
也许这不是原始处理器,而是它的中文克隆

seems so, is there any difference (except the lifetime) ? here in Iran the original ones are relativly expensive after covid.

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Гайс, вопрос для разносторонее развитых: читаю стрим с юарта, нада выделять с него фреймы с определенной структурой, если ли чо готовое, или долбаться с ринг буффером? нада у...
Vitaly
9
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
длина пакета фиксированная, или меняется?
Okhsunrog
7
Карта сайта