Unlimited-Research-Cooperative / Bio-Silicon-Synergetic-Intelligence-System

Bio-Silicon Synergetic Intelligence System
https://discord.gg/bKpF32REAj
Other
10 stars 3 forks source link

Fix memory error on STM32 #30

Closed soulsyrup closed 1 month ago

soulsyrup commented 2 months ago

Image

File used in the above screenshot - CMSIS-DAP-V1-F103.hex

Raghav67816 commented 2 months ago

Firstly, make sure that you have a FlashLoader folder in your STM32CubeProgrammer Installation directory

MarkVeerasingam commented 2 months ago

hi - i'll follow up with you on dc @soulsyrup

Raghav67816 commented 2 months ago

Maybe you can try loading the firmware using terminal that might help in debugging. You can also check logs of this application.

soulsyrup commented 1 month ago

fixed it. added STM32CubeProgrammer to systems path

heres the steps ( change export path to your actual STM32CubeProgrammer/bin location )

nano ~/.bashrc export PATH="$PATH:/home/vincent/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin" source ~/.bashrc echo $PATH STM32_Programmer_CLI -l stlink STM32_Programmer_CLI -c port=SWD apIndex=0 -w /home/vincent/Downloads/CMSIS-DAP-V1-F103.hex 0x08000000

Raghav67816 commented 1 month ago

The task is completed and already marked as done closing this issue.