ARMmiteF407xGT 5.07.02 -for STM32F407VGT6,STM32F407ZGT6,STM32F405RGT6


Author Message
disco4now

Guru

Joined: 18/12/2014
Location: Australia
Posts: 1109
Posted: 09:29pm 23 Feb 2025      

Armmite F407xGT6 5.07.02 Beta 0
This first Beta includes all enhancements/fixes as per Armmite F407 5.07.02 Beta 3/4. see here
These include:
CAN [OPEN|CLOSE|START|STOP|FILTER|SEND|READ] commands added
FSMC pins now available for MMBasic use if no parallel display configured.

These additions/differences apply to the F407xGT6 5.07.02

The additional flash allows increased size for the firmware.The firmware is now optimised for speed rather than size.
No LCD Panel is configured by default.
The LIBRARY is now an additional 128K flash section separate to program memory and does not rely on the SPI Windbond flash chip.
OPTIONS are moved back into flash so not dependent on RTC battery.
SAVED VARS are moved back into flash so not dependent on RTC battery.
Both are reset to default when new firmware is loaded.
The Command Line Buffer is moved to RTC Ram (first 1K)
OPTION RESET will clear the options and also the Command Line Buffer.
RTC Ram is also cleared with an MMBasic RESET.

LIBRARY RESTORE will restore any existing library after OPTION RESET.
MM.INFO(DEVICETYPE) added. Returns "Feather" for Adfruit feather else ""
I2C SLAVE mode added.
OPTION Fn5-9 added.
LINE AA command added
LINE GRAPH command added
LINE PLOT command added  
MATH CROSSING() added
MATH CRC12 added
MATH POWER added
MATH SHIFT added
MATH(CHI ..) function added
MEMORY PACK/UNPACK added
MEMORY INPUT/PRINT added
SORT command enhanced as per Picomites.