when I am running this command I get this error: (Command) ./configure --prefix=/usr/local --enable-ftdi --enable-stlink --enable-jlink (Error) configure: error: libjaylink-0.2 is required for the SEGGER J-Link Programmer How can I install libjaylink-0.2?
I followed your step-by-step guide. After changing the the directory to openocd and configuring, i get this: "make: *** No targets specified and no makefile found. Stop. " when i type make command Please help me.
Hello Sir , I have followed everything and I in final step debugger also runs successfully, but I cant observe output on my board. I am using STM32F103 custom made board.I have choose the blink example accordingly. I have also changed Port and Pin numbers accordingly, but after debugging I cant observe blinking of the LED. but debugging starts successfully, I can step in each instruction.
@@ekasusilo it says Error: error writing to flash at address 0x08000000 at offset 0x00000000 i search alot website but can't fix that (but thank you anyway)
@@北科大-王裕誠 Is it a custom board of STM32F4 Discovery? If it is STM32F4 Discovery, please note that there are many hardware revision that may need some workaround to get it working
Thank you for taking time to make this video. Excellent kickstart to developing for STM32 on Linux.
Super helpful, thank you!
Glad it was helpful!
very nice worked from the first time like a charm amazing env vs code is my fav editor by far
Finally!!!!! i get this work from here 😭
Thanks sir!
Happy to help
verry good work👍👍👍👍
Thank you dear .
when I am running this command I get this error:
(Command)
./configure --prefix=/usr/local --enable-ftdi --enable-stlink --enable-jlink
(Error)
configure: error: libjaylink-0.2 is required for the SEGGER J-Link Programmer
How can I install libjaylink-0.2?
sudo apt-get install libjaylink
I couldn't install libjaylink-0.2 with "sudo apt-get install libjaylink". I had to run "sudo apt-get install libjaylink0 libjaylink-dev"
I followed your step-by-step guide. After changing the the directory to openocd and configuring, i get this: "make: *** No targets specified and no makefile found. Stop. " when i type make command
Please help me.
Check if there was no error during configure stage. That's the reason why the Makefile is missing?
Hello Sir , I have followed everything and I in final step debugger also runs successfully, but I cant observe output on my board. I am using STM32F103 custom made board.I have choose the blink example accordingly. I have also changed Port and Pin numbers accordingly, but after debugging I cant observe blinking of the LED. but debugging starts successfully, I can step in each instruction.
What port and pin number do you use?
hello Sir,i meet some issue "Failed to launch GDB: Error finishing flash operation (from target-download)" i already follow your all step,pls help
Please look at detail error messages. You can turn on raw GDB debugging messages and find out the root cause.
@@ekasusilo it says Error: error writing to flash at address 0x08000000 at offset 0x00000000
i search alot website but can't fix that (but thank you anyway)
@@北科大-王裕誠 Is it a custom board of STM32F4 Discovery? If it is STM32F4 Discovery, please note that there are many hardware revision that may need some workaround to get it working
@@北科大-王裕誠 Another thing, you may want to try to flash it with STLink Utility and see if it works. One way of debugging issue related to flashing
ditunggu versi bahasa indonesia-nya mas
👍