Good afternoon, I'm just starting out in this fiel...
# gf180mcu
u
Good afternoon, I'm just starting out in this field, and I would like to understand how I can use the user area where my project is located. Instead of having all the GPIOs blink, I want them to display the signals of the project I placed in the user area.
a
if you configured the user project defaults correctly when synthesizing your project then all you need to do is run the hkdebug script and use it to wipe the flash memory
this will make it so caravel doesn't hijack the GPIO
u
And how can I run the hkdebug script?
I followed the guide provided in the repository, but at the last step, I encountered the following error:
Captura de pantalla de 2023-07-06 17-24-31.png
a
it should be in the caravel_board/gf180/util folder
the error you're getting is bc you don't have riscv toolchain installed
but you should be able to use hkdebug.py without that
just run with python3
u
Thank you, the project is working
👍 1