bmentink
bmentink
Ok, got it going. I had to implement my array this way. ``` 5 cells buffer: buffer 6 cells buffer: neutral \ : [!] ( data index buffer_addr -- )...
Ok, thanks, will have a look. I don't know if it will help in my case, the ADC module is rubbish on the rp2040, so actually thinking to re-port my...
Thanks. I have just built from source, I guess that will be only the base system, then add extras during setup_xxxx.fs ? At a glance could not see the FAT32...
Hi Travis, As mentioned in the sourceforge forum, I might persevere a bit longer with the rp2040 adc's, with moving some code onto the 2nd core. With that in mind,...
Brilliant Thanks. :)
Hi Travis, Regarding shared variables and critical-sections. If I have the following interrupt routine running on core0: ``` : pwm_wrap_int ( -- ) \ high test_pin pin! adc-mux @ mux...
Thanks. But unfortunately failed to even run the motor. After some debugging, found it failed at the point the pwm interrupt was enabled .. At that point cpu was hung,...
Never mind, finally found it here: https://github.com/tabemann/zeptoforth/releases/ Couple of quick questions: 1. I can connect with screen to the board, but when I try with zetoforth.js (on macos) connect button...
I found the turnkey info in the wiki, so that is great. Still cannot use zetoforth.js either on your server or on a local server. The `connect` button does not...
Hi, thanks for the reply. I am using the brave browser, it is based on chromium engine. So it should work. I will try installing chromium itself and see if...