Last seen: Aug 1, 2026
You can download STCMCubeProgrammer. It's easier to use. After you install it and run it. Hold the Boot0 button on Vetus Pars and turn the unit on. Th...
@aadhoc4370 I wouldn't throw the chip away immediately. Tests aren't foolproof. Even the best scientific tests have an error threshold. I'm not intell...
I'm going to go over the docs in the next few days and make sure they are all correct. I'm also going to make a few videos.
That REGLOD would store 1 in register 5 and yes 4 and 5 are equivalent.
I think I have everything set up that it shouldn't be too difficult. I should be able to add the other functions to the FUNC process but I need to lok...
It will automatically use it as needed. So if you declare a register variable like DIM VAR1 #R0. it you can use VAR1 anywhere to replace a register wh...
@aadhoc4370 The main function doesn't really need to care about whether the test ends right away or in some function or whatever. Once the test ends a...
this weren't documented? Oversight. I'll add them as soon as I have the time. BTNPR detects a button press.. either 1 2 or 3. Uhm because it is simpl...
Not at this time no. I realize it's not the most complex piece of hardware in the world and it can be worked out fairly easily with a little time but ...
@aadhoc4370 Ooooh inside of a function? You know, I didn't account for that but I think as long as you have your functions after the first ENDTEST it ...
@aadhoc4370 Update is ready.
Oh, there is no special return value from a func but there's no reason you can't use a register to output anything you want to From the function. Mayb...
@aadhoc4370 Oh yeah, everything works the same. the only difference is you can now make functions. The only reason to make it after ENDTEST was to hav...
Yeah, your preferred method is what I would use if I had a lot of them to test but sometimes I just like to see what's going on. I did various pattern...