mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 13:18:59 +00:00
[update][lhal] update lhal and demos
This commit is contained in:
parent
251da8c488
commit
703fb5d8c2
105 changed files with 3765 additions and 558 deletions
|
@ -8,9 +8,8 @@
|
|||
#define BFLB_SYSTEM_PBCLK 2
|
||||
#define BFLB_SYSTEM_XCLK 3
|
||||
#define BFLB_SYSTEM_32K_CLK 4
|
||||
#define BFLB_SYSTEM_1K_CLK 5
|
||||
|
||||
#if defined(BL702) || defined(BL602)
|
||||
#if defined(BL702) || defined(BL602) || defined(BL702L)
|
||||
#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