Skip to content

Commit d9ee4e3

Browse files
committed
Add NUCLEO-G0B1RE support #7
1 parent 4fb3984 commit d9ee4e3

8 files changed

+61
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Board configuration
2+
3+
/* Configuration for 512 KB flash device
4+
*
5+
* Internal erase and write protection sector size: 2K
6+
* Setup slot sizing for the debug mode on 2K boundaries.
7+
*
8+
* ------------------------------------------------------------------
9+
* | SBSFU | SLOT0 | SLOT1 |
10+
* ------------------------------------------------------------------
11+
* 64 224 224
12+
*
13+
* 0x08000000
14+
* 0x08010000
15+
* 0x08047FFF
16+
* 0x08048000
17+
* 0x0807FFFF
18+
*
19+
*/
20+
21+
22+
| Feature | NUCLEO-G0B1RE |
23+
| --- | --- |
24+
| NAME | NUCLEO-G0B1RE
25+
| UART | USART2 TX:PA2 RX:PA3 115200,8,N,1
26+
| BUTTON | PC13 ACTIVE LOW
27+
| LED | GREEN/LED2/PA5
28+
| FLASH | 512
29+
| RAM | 144 (no parity check)
30+
| DEVID | 0x467
31+
| CLK | HSI,64
32+
| YMODEM | YES, button trigger, 'load' trigger
33+
| USB | NO
34+
| EXT FLASH | NO
35+
| MULTISEG | NO
36+
| Product | https://www.st.com/en/evaluation-tools/nucleo-g0b1re.html
37+
38+
39+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
SE_APP_GetActiveFwInfo = 0x08008000;
2+
SE_APP_GetBootVer = 0x08008098;
3+
SE_APP_GetSecureUserData = 0x0800804c;
4+
SE_APP_SVC_Handler = 0x08008044;
5+
SE_PATCH_Abort = 0x08008a9c;
6+
SE_PATCH_Data = 0x080089f0;
7+
SE_PATCH_Init = 0x080089a0;
8+
SE_PATCH_InitStatus = 0x08008984;
9+
SE_PATCH_InstallAtNextReset = 0x08008a48;
10+
SE_PATCH_Poll = 0x08008a90;
11+
SE_PATCH_PrintStatus = 0x08008994;
12+
STM32_SECURE_PATCHING_BOOTLOADER_RAM_START = 0x20001700;
13+
STM32_SECURE_PATCHING_BOOTLOADER_RAM_TOP = 0x20024000;
14+
STM32_SECURE_PATCHING_BOOTLOADER_SLOT0_END = 0x08047fff;
15+
STM32_SECURE_PATCHING_BOOTLOADER_SLOT0_START = 0x08010000;
16+
VECTOR_SIZE = 0x00000200;
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Board-specific properties injected into the postbuild.sh script.
2+
3+
VectOffset=512
4+
5+
MultiSegAddr=0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4ae79c8b85aac50de2362b8b33000ed4227fd0d3d1146b9a7f92344c65252f28 stm32-secure-patching-bootloader_NUCLEO-G0B1RE_v1.4.0-preview2.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)