@@ -198,13 +198,13 @@ void create_translation_table(void)
198
198
199
199
#if defined( __ICCARM__ )
200
200
//Define Image
201
- __TTSection (& Image$$TTB$$ZI$$Base , (uint32_t )Image$$RO_DATA$$Base , RO_DATA_SIZE , Sect_Normal_RO );
201
+ __TTSection (& Image$$TTB$$ZI$$Base , (uint32_t )Image$$RO_DATA$$Base , RO_DATA_SIZE , Sect_Normal_Cod );
202
202
__TTSection (& Image$$TTB$$ZI$$Base , (uint32_t )Image$$VECTORS$$Base , VECTORS_SIZE , Sect_Normal_Cod );
203
203
__TTSection (& Image$$TTB$$ZI$$Base , (uint32_t )Image$$RW_DATA$$Base , RW_DATA_SIZE , Sect_Normal_RW );
204
204
__TTSection (& Image$$TTB$$ZI$$Base , (uint32_t )Image$$ZI_DATA$$Base , ZI_DATA_SIZE , Sect_Normal_RW );
205
205
#else
206
206
//Define Image
207
- __TTSection (& Image$$TTB$$ZI$$Base , (uint32_t )& Image$$RO_DATA$$Base , RO_DATA_SIZE , Sect_Normal_RO );
207
+ __TTSection (& Image$$TTB$$ZI$$Base , (uint32_t )& Image$$RO_DATA$$Base , RO_DATA_SIZE , Sect_Normal_Cod );
208
208
__TTSection (& Image$$TTB$$ZI$$Base , (uint32_t )& Image$$VECTORS$$Base , VECTORS_SIZE , Sect_Normal_Cod );
209
209
__TTSection (& Image$$TTB$$ZI$$Base , (uint32_t )& Image$$RW_DATA$$Base , RW_DATA_SIZE , Sect_Normal_RW );
210
210
__TTSection (& Image$$TTB$$ZI$$Base , (uint32_t )& Image$$ZI_DATA$$Base , ZI_DATA_SIZE , Sect_Normal_RW );
0 commit comments