David Johnson-Davies

Results 258 comments of David Johnson-Davies

I can't spot anything wrong with your code - I think it's unnecessary to clear the buffer, but it can't do any harm. I'd be interested to know what the...

Try changing: #define EEPROMSIZE 10240 to: #define EEPROMSIZE 1023

Well done getting it to work! 1023 bytes of flash is better than nothing. A recent improvement I've made to the forthcoming release of uLisp is to only save the...

Thanks for the reminder. I'll update the STM32 version of uLisp to Version 3.6 over the next few days and get you a copy to test, and we can then...

Is it possible to give me a list of the boards you think the new STM32 version of uLisp should support? Also, how do you program the STM32F103 boards? The...

Also, do you think we could support the Black Pill: https://www.adafruit.com/product/4877 I recently bought one, so could test this too.

> I've been using an ST-Link v2 that uses the debug interface to flash. Very handy little unit. :-) I use it to also view the flash contents while running....

Here's a bit of documentation of my flash-writer routines I used in the ARM version of uLisp: http://www.technoblogy.com/show?3LMV If you can emulate these on the STM32 it will be easy...

> There is a Mac version available too. Yes - but I couldn't get that to work.