Hi, How to get the free memory for flash and ram in ff5 ? I'm using PIC24 Thanks alreqdy. Regards, Ronny
Hi, I have managed to make a bin file for rp2040-ra , but now I'm struggling to make a .uf2 file. I noticed a uf2conv.py file , but how to use it ? Just giving the file name alone doesn't generate the uf2 file : /uf2conv.py mecrisp-stellaris-pico-core.bin /home/ronny/Downloads/mecrisp-stellaris-2.6.5/mecrisp-stellaris-source/rp2040-ra/./uf2conv.py:200: SyntaxWarning: invalid escape sequence '\s' words = re.split('\s+', line) Converting to uf2, output size: 262144, start address: 0x2000 No drive to...
Hi Mikael Tried it in tx0_loop , and it works now :-) Thanks for your info.
I will try it again , I originally used to do this , but discovered my fault with the lds instead of in instruction in the emit routine.
Found the solution myself ! I used the EMIT label to add my busy signal check. I also had to use lds instead of in to read pinb . Ronny.
Hi , I succesfully build and programmed FF5 on an atmega1284P. I've also build a terminal myself with dvi output and usb keyboard. Problem is that when the screeen scrolls it takes some time because the scrolling is graphics based , not char based. Therefore I used a 'busy' signal from the picodvi to the atmega1284 on pinb0. I want to test this pinb0 just before or just after the sending of a char. I tried it in the label TX0 , but that doesn't seems to work (tried it on both places where the uart...
Hi Terry, Thanks very much ! This was exacly what I was looking for. Regards, Ronny
Hi, Would it be possible to write in forth a 'vlist' command like in the good old days ? This prints all definitions one after another , so that the screen is more readable then using 'words' The screen scrolls a whole lot when using 'words' and is therefore a bit unhandy. Is this possible or does it require a change in the sources of mecrisp ? Kind regards, Ronny