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)?
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)?