mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-22 20:59:03 +00:00
[feat][bl602] add bl602 support
This commit is contained in:
parent
05b93d802a
commit
d075071312
57 changed files with 24070 additions and 33 deletions
|
@ -10,7 +10,7 @@
|
|||
#define BFLB_SYSTEM_32K_CLK 4
|
||||
#define BFLB_SYSTEM_1K_CLK 5
|
||||
|
||||
#if defined(BL702)
|
||||
#if defined(BL702) || defined(BL602)
|
||||
#define BFLB_GLB_CGEN1_BASE (0x40000000 + 0x24)
|
||||
#elif defined(BL616) || defined(BL606P) || defined(BL808) || defined(BL628)
|
||||
#define BFLB_GLB_CGEN1_BASE (0x20000000 + 0x584)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue