File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Patch List:
55
55
Impacted files:
56
56
drivers/ra/fsp/inc/instances/r_flash_hp.h
57
57
drivers/ra/fsp/inc/instances/r_flash_lp.h
58
+ drivers/ra/fsp/inc/instances/r_mram.h
58
59
59
60
* Add SCB_CleanInvalidateDCache() for flash hp when using DCACHE
60
61
Impacted files:
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ FSP_HEADER
28
28
29
29
/* If Code Flash programming is enabled, then all API functions must execute out of RAM. */
30
30
#if defined(__ICCARM__ )
31
- #pragma section=".ram_from_flash "
31
+ #pragma section=".ramfunc "
32
32
#endif
33
33
#if defined(__ARMCC_VERSION ) || defined(__GNUC__ )
34
- #define PLACE_IN_RAM_SECTION __attribute__((noinline)) BSP_PLACE_IN_SECTION(".ram_from_flash ")
34
+ #define PLACE_IN_RAM_SECTION __attribute__((noinline)) BSP_PLACE_IN_SECTION(".ramfunc ")
35
35
#else
36
- #define PLACE_IN_RAM_SECTION BSP_PLACE_IN_SECTION(".ram_from_flash ")
36
+ #define PLACE_IN_RAM_SECTION BSP_PLACE_IN_SECTION(".ramfunc ")
37
37
#endif
38
38
39
39
/***********************************************************************************************************************
You can’t perform that action at this time.
0 commit comments