Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 923 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 923 Bytes

GAP8 Fuser

This is a fuser example for programming the efuse on GAP8. BE CAREFUL!!!! Fuse is an one shoot mechanism, which means this will permanently configure the chip and cannot be undo.

For further information about fuse map, please read: https://greenwaves-technologies.com/wp-content/uploads/2021/03/AN004_BootFromFlash.pdf

According to the fuse map, you can configure your fuse map by using the header file: fuser_map.h

Examples:

Burn the efuse for GAP8_REVC with HYPER Flash

make clean all run revc_hyper=1

Burn the efuse for GAP8_REVC with QSPI Flash

make clean all run revc_qspi=1

Burn the efuse for GAP8_REVB with HYPER Flash

make clean all run revb_hyper=1

Dump ONLY the registers have been fused

make clean all run

or

make clean all run dump=1

Dump ALL the registers

make clean all run dump=2