You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks for an interesting project.
I am experimenting with your code and maybe I found an issue.
When I turned off the flash memory (edited the code in hwutil.c) and wanted to run the program from RAM only, it didn't work.
I believe there is a missing line before
I thought it's a general issue. I am playing with it on my custom hardware with STM32F072, so I used the core folder and some code from your stm32f103.
Hi,
thanks for an interesting project.
I am experimenting with your code and maybe I found an issue.
When I turned off the flash memory (edited the code in hwutil.c) and wanted to run the program from RAM only, it didn't work.
I believe there is a missing line before
miskatino-basic/core/main.c
Line 126 in 757b761
After adding the following lines before the line 126, everything works fine:
The text was updated successfully, but these errors were encountered: