bmentink

Results 192 comments of bmentink

Ah, I understand. Yes MESC has a brake function, I haven't tried it . On Mon, 20 Oct 2025, 9:44 pm Diego Peinado Martin, ***@***.***> wrote: > *dpeinado* left a...

Thanks. So that code is within a module, as is another task, plus all the rest of the code. What is the best way to set that up, do I...

Ok so with `initailizer` you don't need to include init like this: ``` : init init bldc::init-bldc ; ``` .. as described in the wiki. So the tail end of...

Hi, yes all code is in flash by this point. So just to confirm, I don't need to call `init` in my above code as per the wiki description on...

Ok, so I presume that TURNKEY and INITIALIZER are two ways to get your software to boot from flash. I have tried both and nothing happens (no program runs and...

Ok, since this will be hard to debug. Can you suggest what sort of things to look out for that don't play well with running from flash, but is fine...

Thanks. By selectively isolating lines in `init-bldc` I have tracked it down to the following code, if I remove the call to this word then I can get into the...

Ok thanks, I will rename `state` .. However, is it not local when defined in a module? The other thing I notice that does not work when compiled to flash....

Ahh, thanks. Would be helpful to know the `why' my words won't work in flash. I tried `buffer:` as in say `10 buffer: buffer` but when accessed from an interrupt...

Wow this is difficult! I expected to be able to do the same as FlashForth where CREATE DOES> works in flash. You still have not told me how to create...