-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09a94cf
commit f6e2c1d
Showing
36 changed files
with
1,370,733 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Build pack | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
push: | ||
branches: [main] | ||
release: | ||
types: [published] | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
pack: | ||
name: Generate pack | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Fetch tags | ||
if: github.event_name == 'release' | ||
run: | | ||
git fetch --tags --force | ||
- uses: Open-CMSIS-Pack/gen-pack-action@main | ||
with: | ||
doxygen-version: none | ||
packchk-version: 1.4.1 | ||
gen-pack-script: ./gen_pack.sh | ||
gen-pack-output: ./output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Pack build files | ||
/build/ | ||
/output/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
// File: STM32H503xx.dbgconf | ||
// Version: 1.0.1 | ||
// Note: refer to STM32H503 reference manual (RM0492) | ||
// refer to STM32H503xx datasheet | ||
|
||
// <<< Use Configuration Wizard in Context Menu >>> | ||
|
||
// <h> Debug MCU configuration register (DBGMCU_CR) | ||
// <o.2> DBG_STANDBY <i> Debug standby mode | ||
// <o.1> DBG_STOP <i> Debug stop mode | ||
// </h> | ||
DbgMCU_CR = 0x00000006; | ||
|
||
// <h> Debug MCU APB1L freeze register (DBGMCU_APB1LFZR) | ||
// <i> Reserved bits must be kept at reset value | ||
// <o.23> DBG_I2C3_STOP <i> I2C3 SMBUS timeout is frozen while CPU is in debug mode | ||
// <o.22> DBG_I2C2_STOP <i> I2C2 SMBUS timeout is frozen while CPU is in debug mode | ||
// <o.21> DBG_I2C1_STOP <i> I2C1 SMBUS timeout is frozen while CPU is in debug mode | ||
// <o.12> DBG_IWDG_STOP <i> Debug independent watchdog is frozen while CPU is in debug mode | ||
// <o.11> DBG_WWDG_STOP <i> Debug window watchdog is frozen while CPU is in debug mode | ||
// <o.5> DBG_TIM7_STOP <i> TIM7 is frozen while CPU is in debug mode | ||
// <o.4> DBG_TIM6_STOP <i> TIM6 is frozen while CPU is in debug mode | ||
// <o.1> DBG_TIM3_STOP <i> TIM3 is frozen while CPU is in debug mode | ||
// <o.0> DBG_TIM2_STOP <i> TIM2 is frozen while CPU is in debug mode | ||
// </h> | ||
DbgMCU_APB1L_Fz = 0x00000000; | ||
|
||
// <h> Debug MCU APB1H freeze register (DBGMCU_APB1HFZR) | ||
// <i> Reserved bits must be kept at reset value | ||
// <o.5> DBG_LPTIM2_STOP <i> LPTIM2 is frozen while CPU is in debug mode | ||
// </h> | ||
DbgMCU_APB1H_Fz = 0x00000000; | ||
|
||
// <h> Debug MCU APB2 freeze register (DBGMCU_APB2FZR) | ||
// <i> Reserved bits must be kept at reset value | ||
// <o.11> DBG_TIM1_STOP <i> TIM1 is frozen while CPU is in debug mode | ||
// </h> | ||
DbgMCU_APB2_Fz = 0x00000000; | ||
|
||
// <h> Debug MCU APB3 freeze register (DBGMCU_APB3FZR) | ||
// <i> Reserved bits must be kept at reset value | ||
// <o.30> DBG_RTC_STOP <i> RTC is frozen while CPU is in debug mode. | ||
// <o.17> DBG_LPTIM1_STOP <i> LPTIM1 is frozen while CPU is in debug mode | ||
// <o.12> DBG_I2C3_STOP <i> I2C3 is frozen while CPU is in debug mode | ||
// </h> | ||
DbgMCU_APB3_Fz = 0x00000000; | ||
|
||
// <h> Debug MCU AHB1 freeze register (DBGMCU_AHB1FZR) | ||
// <i> Reserved bits must be kept at reset value | ||
// <o.23> DBG_GPDMA2_7_STOP <i> GPDMA2 channel 7 is frozen while CPU is in debug mode | ||
// <o.22> DBG_GPDMA2_6_STOP <i> GPDMA2 channel 6 is frozen while CPU is in debug mode | ||
// <o.21> DBG_GPDMA2_5_STOP <i> GPDMA2 channel 5 is frozen while CPU is in debug mode | ||
// <o.20> DBG_GPDMA2_4_STOP <i> GPDMA2 channel 4 is frozen while CPU is in debug mode | ||
// <o.19> DBG_GPDMA2_3_STOP <i> GPDMA2 channel 3 is frozen while CPU is in debug mode | ||
// <o.18> DBG_GPDMA2_2_STOP <i> GPDMA2 channel 2 is frozen while CPU is in debug mode | ||
// <o.17> DBG_GPDMA2_1_STOP <i> GPDMA2 channel 1 is frozen while CPU is in debug mode | ||
// <o.16> DBG_GPDMA2_0_STOP <i> GPDMA2 channel 0 is frozen while CPU is in debug mode | ||
// <o.7> DBG_GPDMA1_7_STOP <i> GPDMA1 channel 7 is frozen while CPU is in debug mode | ||
// <o.6> DBG_GPDMA1_6_STOP <i> GPDMA1 channel 6 is frozen while CPU is in debug mode | ||
// <o.5> DBG_GPDMA1_5_STOP <i> GPDMA1 channel 5 is frozen while CPU is in debug mode | ||
// <o.4> DBG_GPDMA1_4_STOP <i> GPDMA1 channel 4 is frozen while CPU is in debug mode | ||
// <o.3> DBG_GPDMA1_3_STOP <i> GPDMA1 channel 3 is frozen while CPU is in debug mode | ||
// <o.2> DBG_GPDMA1_2_STOP <i> GPDMA1 channel 2 is frozen while CPU is in debug mode | ||
// <o.1> DBG_GPDMA1_1_STOP <i> GPDMA1 channel 1 is frozen while CPU is in debug mode | ||
// <o.0> DBG_GPDMA1_0_STOP <i> GPDMA1 channel 0 is frozen while CPU is in debug mode | ||
// </h> | ||
DbgMCU_AHB1_Fz = 0x00000000; | ||
|
||
// <h> TPIU Pin Routing | ||
// <o0> TRACECLK | ||
// <i> ETM Trace Clock | ||
// <0x00010005=> Pin PB5 | ||
// <o1> TRACED0 | ||
// <i> ETM Trace Data 0 | ||
// <0x00020001=> Pin PC1 | ||
// <0x00010006=> Pin PB6 | ||
// <o2> TRACED1 | ||
// <i> ETM Trace Data 1 | ||
// <0x00020008=> Pin PC8 | ||
// <0x00010007=> Pin PB7 | ||
// <o3> TRACED2 | ||
// <i> ETM Trace Data 2 | ||
// <0x00030002=> Pin PD2 | ||
// <0x00010008=> Pin PB8 | ||
// <0x00000009=> Pin PA9 | ||
// <o4> TRACED3 | ||
// <i> ETM Trace Data 3 | ||
// <0x0002000C=> Pin PC12 | ||
// <0x0000000C=> Pin PA12 | ||
// </h> | ||
TraceClk_Pin = 0x00010005; | ||
TraceD0_Pin = 0x00010006; | ||
TraceD1_Pin = 0x00010007; | ||
TraceD2_Pin = 0x00010008; | ||
TraceD3_Pin = 0x0002000C; | ||
|
||
// <<< end of configuration section >>> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
// File: STM32H562xx_H563xx_H573xx.dbgconf | ||
// Version: 1.0.1 | ||
// Note: refer to STM32H563/H573 and STM32H562 reference manual (RM0481) | ||
// refer to STM32H562xx STM32H563xx STM32H573xx datasheets | ||
|
||
// <<< Use Configuration Wizard in Context Menu >>> | ||
|
||
// <h> Debug MCU configuration register (DBGMCU_CR) | ||
// <o.2> DBG_STANDBY <i> Debug standby mode | ||
// <o.1> DBG_STOP <i> Debug stop mode | ||
// </h> | ||
DbgMCU_CR = 0x00000006; | ||
|
||
// <h> Debug MCU APB1L freeze register (DBGMCU_APB1LFZR) | ||
// <i> Reserved bits must be kept at reset value | ||
// <o.23> DBG_I2C3_STOP <i> I2C3 SMBUS timeout is frozen while CPU is in debug mode | ||
// <o.22> DBG_I2C2_STOP <i> I2C2 SMBUS timeout is frozen while CPU is in debug mode | ||
// <o.21> DBG_I2C1_STOP <i> I2C1 SMBUS timeout is frozen while CPU is in debug mode | ||
// <o.12> DBG_IWDG_STOP <i> Debug independent watchdog is frozen while CPU is in debug mode | ||
// <o.11> DBG_WWDG_STOP <i> Debug window watchdog is frozen while CPU is in debug mode | ||
// <o.8> DBG_TIM14_STOP <i> TIM14 is frozen while CPU is in debug mode | ||
// <o.7> DBG_TIM13_STOP <i> TIM13 is frozen while CPU is in debug mode | ||
// <o.6> DBG_TIM12_STOP <i> TIM12 is frozen while CPU is in debug mode | ||
// <o.5> DBG_TIM7_STOP <i> TIM7 is frozen while CPU is in debug mode | ||
// <o.4> DBG_TIM6_STOP <i> TIM6 is frozen while CPU is in debug mode | ||
// <o.3> DBG_TIM5_STOP <i> TIM5 is frozen while CPU is in debug mode | ||
// <o.2> DBG_TIM4_STOP <i> TIM4 is frozen while CPU is in debug mode | ||
// <o.1> DBG_TIM3_STOP <i> TIM3 is frozen while CPU is in debug mode | ||
// <o.0> DBG_TIM2_STOP <i> TIM2 is frozen while CPU is in debug mode | ||
// </h> | ||
DbgMCU_APB1L_Fz = 0x00000000; | ||
|
||
// <h> Debug MCU APB1H freeze register (DBGMCU_APB1HFZR) | ||
// <i> Reserved bits must be kept at reset value | ||
// <o.5> DBG_LPTIM2_STOP <i> LPTIM2 is frozen while CPU is in debug mode | ||
// </h> | ||
DbgMCU_APB1H_Fz = 0x00000000; | ||
|
||
// <h> Debug MCU APB2 freeze register (DBGMCU_APB2FZR) | ||
// <i> Reserved bits must be kept at reset value | ||
// <o.18> DBG_TIM17_STOP <i> TIM17 is frozen while CPU is in debug mode | ||
// <o.17> DBG_TIM16_STOP <i> TIM16 is frozen while CPU is in debug mode | ||
// <o.16> DBG_TIM15_STOP <i> TIM15 is frozen while CPU is in debug mode | ||
// <o.13> DBG_TIM8_STOP <i> TIM8 is frozen while CPU is in debug mode | ||
// <o.11> DBG_TIM1_STOP <i> TIM1 is frozen while CPU is in debug mode | ||
// </h> | ||
DbgMCU_APB2_Fz = 0x00000000; | ||
|
||
// <h> Debug MCU APB3 freeze register (DBGMCU_APB3FZR) | ||
// <i> Reserved bits must be kept at reset value | ||
// <o.30> DBG_RTC_STOP <i> RTC is frozen while CPU is in debug mode. | ||
// <o.21> DBG_LPTIM6_STOP <i> LPTIM6 is frozen while CPU is in debug mode | ||
// <o.20> DBG_LPTIM5_STOP <i> LPTIM5 is frozen while CPU is in debug mode | ||
// <o.19> DBG_LPTIM4_STOP <i> LPTIM4 is frozen while CPU is in debug mode | ||
// <o.18> DBG_LPTIM3_STOP <i> LPTIM3 is frozen while CPU is in debug mode | ||
// <o.17> DBG_LPTIM1_STOP <i> LPTIM1 is frozen while CPU is in debug mode | ||
// <o.11> DBG_I2C4_STOP <i> I2C3 is frozen while CPU is in debug mode | ||
// <o.10> DBG_I2C3_STOP <i> I2C3 is frozen while CPU is in debug mode | ||
// </h> | ||
DbgMCU_APB3_Fz = 0x00000000; | ||
|
||
// <h> Debug MCU AHB1 freeze register (DBGMCU_AHB1FZR) | ||
// <i> Reserved bits must be kept at reset value | ||
// <o.31> DBG_GPDMA2_15_STOP <i> GPDMA2 channel 15 is frozen while CPU is in debug mode | ||
// <o.30> DBG_GPDMA2_14_STOP <i> GPDMA2 channel 14 is frozen while CPU is in debug mode | ||
// <o.29> DBG_GPDMA2_13_STOP <i> GPDMA2 channel 13 is frozen while CPU is in debug mode | ||
// <o.28> DBG_GPDMA2_12_STOP <i> GPDMA2 channel 12 is frozen while CPU is in debug mode | ||
// <o.27> DBG_GPDMA2_11_STOP <i> GPDMA2 channel 11 is frozen while CPU is in debug mode | ||
// <o.26> DBG_GPDMA2_10_STOP <i> GPDMA2 channel 10 is frozen while CPU is in debug mode | ||
// <o.25> DBG_GPDMA2_9_STOP <i> GPDMA2 channel 9 is frozen while CPU is in debug mode | ||
// <o.24> DBG_GPDMA2_8_STOP <i> GPDMA2 channel 8 is frozen while CPU is in debug mode | ||
// <o.23> DBG_GPDMA2_7_STOP <i> GPDMA2 channel 7 is frozen while CPU is in debug mode | ||
// <o.22> DBG_GPDMA2_6_STOP <i> GPDMA2 channel 6 is frozen while CPU is in debug mode | ||
// <o.21> DBG_GPDMA2_5_STOP <i> GPDMA2 channel 5 is frozen while CPU is in debug mode | ||
// <o.20> DBG_GPDMA2_4_STOP <i> GPDMA2 channel 4 is frozen while CPU is in debug mode | ||
// <o.19> DBG_GPDMA2_3_STOP <i> GPDMA2 channel 3 is frozen while CPU is in debug mode | ||
// <o.18> DBG_GPDMA2_2_STOP <i> GPDMA2 channel 2 is frozen while CPU is in debug mode | ||
// <o.17> DBG_GPDMA2_1_STOP <i> GPDMA2 channel 1 is frozen while CPU is in debug mode | ||
// <o.16> DBG_GPDMA2_0_STOP <i> GPDMA2 channel 0 is frozen while CPU is in debug mode | ||
// <o.15> DBG_GPDMA1_15_STOP <i> GPDMA1 channel 15 is frozen while CPU is in debug mode | ||
// <o.14> DBG_GPDMA1_14_STOP <i> GPDMA1 channel 14 is frozen while CPU is in debug mode | ||
// <o.13> DBG_GPDMA1_13_STOP <i> GPDMA1 channel 13 is frozen while CPU is in debug mode | ||
// <o.12> DBG_GPDMA1_12_STOP <i> GPDMA1 channel 12 is frozen while CPU is in debug mode | ||
// <o.11> DBG_GPDMA1_11_STOP <i> GPDMA1 channel 11 is frozen while CPU is in debug mode | ||
// <o.10> DBG_GPDMA1_10_STOP <i> GPDMA1 channel 10 is frozen while CPU is in debug mode | ||
// <o.9> DBG_GPDMA1_9_STOP <i> GPDMA1 channel 9 is frozen while CPU is in debug mode | ||
// <o.8> DBG_GPDMA1_8_STOP <i> GPDMA1 channel 8 is frozen while CPU is in debug mode | ||
// <o.7> DBG_GPDMA1_7_STOP <i> GPDMA1 channel 7 is frozen while CPU is in debug mode | ||
// <o.6> DBG_GPDMA1_6_STOP <i> GPDMA1 channel 6 is frozen while CPU is in debug mode | ||
// <o.5> DBG_GPDMA1_5_STOP <i> GPDMA1 channel 5 is frozen while CPU is in debug mode | ||
// <o.4> DBG_GPDMA1_4_STOP <i> GPDMA1 channel 4 is frozen while CPU is in debug mode | ||
// <o.3> DBG_GPDMA1_3_STOP <i> GPDMA1 channel 3 is frozen while CPU is in debug mode | ||
// <o.2> DBG_GPDMA1_2_STOP <i> GPDMA1 channel 2 is frozen while CPU is in debug mode | ||
// <o.1> DBG_GPDMA1_1_STOP <i> GPDMA1 channel 1 is frozen while CPU is in debug mode | ||
// <o.0> DBG_GPDMA1_0_STOP <i> GPDMA1 channel 0 is frozen while CPU is in debug mode | ||
// </h> | ||
DbgMCU_AHB1_Fz = 0x00000000; | ||
|
||
// <h> TPIU Pin Routing | ||
// <o0> TRACECLK | ||
// <i> ETM Trace Clock | ||
// <0x00040002=> Pin PE2 | ||
// <o1> TRACED0 | ||
// <i> ETM Trace Data 0 | ||
// <0x0006000D=> Pin PG13 | ||
// <0x00040003=> Pin PE3 | ||
// <0x00020001=> Pin PC1 | ||
// <o2> TRACED1 | ||
// <i> ETM Trace Data 1 | ||
// <0x0006000E=> Pin PG14 | ||
// <0x00040004=> Pin PE4 | ||
// <0x00020008=> Pin PC8 | ||
// <o3> TRACED2 | ||
// <i> ETM Trace Data 2 | ||
// <0x00040005=> Pin PE5 | ||
// <0x00030002=> Pin PD2 | ||
// <o4> TRACED3 | ||
// <i> ETM Trace Data 3 | ||
// <0x0002000C=> Pin PC12 | ||
// <0x00040006=> Pin PE6 | ||
// </h> | ||
TraceClk_Pin = 0x00040002; | ||
TraceD0_Pin = 0x00040003; | ||
TraceD1_Pin = 0x00040004; | ||
TraceD2_Pin = 0x00040005; | ||
TraceD3_Pin = 0x00040006; | ||
|
||
// <<< end of configuration section >>> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
/* ----------------------------------------------------------------------------- | ||
* Copyright (c) 2014 ARM Ltd. | ||
* | ||
* This software is provided 'as-is', without any express or implied warranty. | ||
* In no event will the authors be held liable for any damages arising from | ||
* the use of this software. Permission is granted to anyone to use this | ||
* software for any purpose, including commercial applications, and to alter | ||
* it and redistribute it freely, subject to the following restrictions: | ||
* | ||
* 1. The origin of this software must not be misrepresented; you must not | ||
* claim that you wrote the original software. If you use this software in | ||
* a product, an acknowledgment in the product documentation would be | ||
* appreciated but is not required. | ||
* | ||
* 2. Altered source versions must be plainly marked as such, and must not be | ||
* misrepresented as being the original software. | ||
* | ||
* 3. This notice may not be removed or altered from any source distribution. | ||
* | ||
* | ||
* $Date: 14. Jan 2014 | ||
* $Revision: V1.00 | ||
* | ||
* Project: FlashOS Headerfile for Flash drivers | ||
* --------------------------------------------------------------------------- */ | ||
|
||
/* History: | ||
* Version 1.00 | ||
* Initial release | ||
*/ | ||
|
||
#define VERS 1 // Interface Version 1.01 | ||
|
||
#define UNKNOWN 0 // Unknown | ||
#define ONCHIP 1 // On-chip Flash Memory | ||
#define EXT8BIT 2 // External Flash Device on 8-bit Bus | ||
#define EXT16BIT 3 // External Flash Device on 16-bit Bus | ||
#define EXT32BIT 4 // External Flash Device on 32-bit Bus | ||
#define EXTSPI 5 // External Flash Device on SPI | ||
|
||
#define SECTOR_NUM 512 // Max Number of Sector Items | ||
#define PAGE_MAX 65536 // Max Page Size for Programming | ||
|
||
struct FlashSectors { | ||
unsigned long szSector; // Sector Size in Bytes | ||
unsigned long AddrSector; // Address of Sector | ||
}; | ||
|
||
#define SECTOR_END 0xFFFFFFFF, 0xFFFFFFFF | ||
|
||
struct FlashDevice { | ||
unsigned short Vers; // Version Number and Architecture | ||
char DevName[128]; // Device Name and Description | ||
unsigned short DevType; // Device Type: ONCHIP, EXT8BIT, EXT16BIT, ... | ||
unsigned long DevAdr; // Default Device Start Address | ||
unsigned long szDev; // Total Size of Device | ||
unsigned long szPage; // Programming Page Size | ||
unsigned long Res; // Reserved for future Extension | ||
unsigned char valEmpty; // Content of Erased Memory | ||
|
||
unsigned long toProg; // Time Out of Program Page Function | ||
unsigned long toErase; // Time Out of Erase Sector Function | ||
|
||
struct FlashSectors sectors[SECTOR_NUM]; | ||
}; | ||
|
||
#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify! | ||
|
||
// Flash Programming Functions (Called by FlashOS) | ||
extern int Init (unsigned long adr, // Initialize Flash | ||
unsigned long clk, | ||
unsigned long fnc); | ||
extern int UnInit (unsigned long fnc); // De-initialize Flash | ||
extern int BlankCheck (unsigned long adr, // Blank Check | ||
unsigned long sz, | ||
unsigned char pat); | ||
extern int EraseChip (void); // Erase complete Device | ||
extern int EraseSector (unsigned long adr); // Erase Sector Function | ||
extern int ProgramPage (unsigned long adr, // Program Page Function | ||
unsigned long sz, | ||
unsigned char *buf); | ||
extern unsigned long Verify (unsigned long adr, // Verify Function | ||
unsigned long sz, | ||
unsigned char *buf); |
Binary file not shown.
Oops, something went wrong.