Hello Mikael, great to greet you, and thank you so much for following up and giving us FlashForth. I was writing the message bellow, this is what is capture on Linux, I will follow up with the files this afternoon, as I don't have access to the windows system where I compiled the code and send the config files to make sure there is nothing strange going on. I also noticed that I was not able to establish a serial correction through RC9 RA11 like in the documentation and I did previously see a serial...
Hello Mikael et all! Quick question, I have been able to successfully compile AVR Code and Pic18 Code, now trying to target the Curiosity Nano... I followed the tutorial, successfully compiles after steep curve with version 6 of MPLAB and found that moving to windows was the only way to make it work... I have manged to create the config.c entry of the configuration bits for the PIC24FJ64GU205, it tells me that it is loaded, but I can find the right pins for the uart on the board. Also, the USB support...
works great thank you!
Fantastic Terry!
Hi all, following up on this issue... this is constant across all my PICOs so not sure if this is Mecrisp error or a HW MEM... Please see the outcome, tried this in several PICO's and I have been chasing this issue that I get a working code, I test it again and it fails...ext... if someone can enlighten me, I would greatly appreciate it. Here is the output, you can see that I'm using the 0x04 ( 2 lshift ) of 1+ a number since base address is off by 1 with GPIO starting at 0... Mecrisp-Stellaris RA...
Hello, You might be right for your needs, the effort that Peter to puts to get the Tachyon extension is not only helpful for the community, but also a true source of inspiration, no doubt about that. However, there are many ways to skin a cat, it's no different that using a HAL, you call something and get a satisfying result... like the arduino framework, Tachyon delivers a tremendous amount of functionality that suits many. I however am here for a slower much deeper level of understanding how FORTH/Mecrisp...
This is the full listing extracted from the files provided in experimental: ( some mods ) : AEMIT ( ch sub --) SWAP DUP $20 < OVER $7E > OR IF DROP ELSE NIP THEN EMIT ; immediate : EMITD ( 0...9 -- ) 9 MIN $30 + EMIT ; immediate : .BIN 32 0 DO I IF I 3 AND 0= IF $5F EMIT THEN THEN ROL DUP 1 AND EMITD LOOP DROP ; : .HEX ( n cnt -- ) HEX <# 0 DO # LOOP #> TYPE DECIMAL ; : .B 0 2 .HEX ; : .H 0 4 .HEX ; : .L 0 8 .HEX ; : shift ( n +/-cnt -- ) DUP 0< IF NEGATE rshift ELSE lshift THEN ; \ convert bit to...
BTW Peter, I get this when I try to add your nice words: : .S DEPTH ?DUP Redefine .S. ok. IF 64 UMIN ok. 0 DO CRLF I PRINT PRINT: : ok. I PICK >B $20 AEMIT SPACE ok. I PICK PRINT" $" .L 3 SPACES I PICK .DEC LOOP Structures don't match ELSE PRINT" EMPTY " ELSE is compile-only. THEN THEN is compile-only. ; ; is compile-only. ok. ok. ok. ok.