technoblogy / ulisp-stm32

A version of the Lisp programming language for STM32-based boards
MIT License
23 stars 2 forks source link

uLisp for the Nucleo-F401RE board? #2

Open chamisso opened 5 years ago

chamisso commented 5 years ago

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

technoblogy commented 5 years ago

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.