Brainpad TinyClr Firmware

Hope that firmware 0.12.0 for Brainpad will be out soon :wink:

used G30 source code and renamed to BRAINPAD

changed Device.h

#define DEVICE_NAME “G30

to

#define DEVICE_NAME “BRAINPAD

and Scatterfile.gcc.ldf

MEMORY
{
IRAM : ORIGIN = 0x20000000, LENGTH = 0x00018000
LR_FLASH : ORIGIN = 0x08000000, LENGTH = 0x00037C00
}
SECTIONS
{
ER_FLASH 0x08000000 :

compiled (and voila brainpad tinyclr at 0.12)

changed HEX to DFU uploaded - tested today

and work perfekt

Yes that would work but the BrainPad firmware come in UF2 format to utilize the BrainPad bootloader. You should try it.

Yes, it is very useful.