ArmmiteF407 V5.07.02 betas - Library - No Battery and more.
Author
Message
andreas
Senior Member
Joined: 07/12/2020 Location: GermanyPosts: 189
Posted: 07:36pm 04 Nov 2023
Hi, many thanks for everything!
I tested the CPUSpeed() Example-Library-CFunction on page 61 of the Armmite F4 Manual and it freezes the system. Not the definition as library but the execution of CPUSpeed().
"..As an example you could save the following into the library: CFunction CPUSpeed 00000000 3c02bf81 8c45f000 8c43f000 3c02003d 24420900 7ca51400 70a23002 3c040393 34848700 7c6316c0 00c41021 00621007 3c03029f 24636300 10430005 00402021 00002821 00801021 03e00008 00a01821 3c0402dc 34846c00 00002821 00801021 03e00008 00a01821 End CFunction This would have the effect of adding a new function (called CPUSpeed) to MMBasic. You could even run it at the command prompt: > PRINT CPUSpeed()