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
I would like uLisp to run on a STM Nucleo-F401RE board. However, although the Arduino IDE 1.8.8 with STM libraries supports this board, so that I was able to compile and load some examples, the compilation of ulisp-stm32 gave the following error: FLASH_Unlock was not declared in this scope. How to proceed (usually I am working on a Linux PC)?
The text was updated successfully, but these errors were encountered:
Sorry for the delay in replying. I don't have a Nucleo-F401RE but I have had uLisp working on a Nucleo-F411RE. I can try it again if you're interested.
I would like uLisp to run on a STM Nucleo-F401RE board. However, although the Arduino IDE 1.8.8 with STM libraries supports this board, so that I was able to compile and load some examples, the compilation of ulisp-stm32 gave the following error:
FLASH_Unlock was not declared in this scope.
How to proceed (usually I am working on a Linux PC)?The text was updated successfully, but these errors were encountered: