Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non flash running program issue and fix #11

Open
JiriBilek opened this issue Mar 30, 2020 · 2 comments
Open

Non flash running program issue and fix #11

JiriBilek opened this issue Mar 30, 2020 · 2 comments

Comments

@JiriBilek
Copy link

JiriBilek commented Mar 30, 2020

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

executeNonParsed(-1);

After adding the following lines before the line 126, everything works fine:

nextLineNum = 1;
mainState |= STATE_STEPS;
@RodionGork
Copy link
Member

Hi Friend!

Now, what platform do you mean, AVR/Arduino or STM32?

@JiriBilek
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants