It seems they're back in stock, I placed an order for a bunch of T4.1 NE through sparkfun about two weeks ago as well they just shippedI heard that they have all the parts on-hand but they’re still ramping up production. They told me about 10 days ago that it’d possibly be another 4-6 weeks.
Or... what's the best way, programmatically, to determine if a virgin Teensy 4.1 is of the lockable variety?
15:39:17.116 (loader): secure mode can not be locked: this is Standard Teensy
Thanks for that. I can tell the difference in Teensy Loader. (I need to trigger an upload because there's no "get info about this Teensy" feature in Teensy Loader. Would that feature be possible?) Now how to convince SparkFun to label them differently...On the PC side, in Teensy Loader, look for the messages in Help > Verbose Information. For example:
Code:15:39:17.116 (loader): secure mode can not be locked: this is Standard Teensy
From code running on Teensy, you would look at the fuse settings. But I need to be very careful talking about the fuses, since PJRC signed a NDA and NXP considers the "reserved" fuses confidential info (which probably doesn't make sense on from an engineering point of view... but there's no use trying to argue over matters of policy with a mega corporation).