File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
industry_io_gateway/board Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ int mpu_init(void)
8787 /* Configure the MPU attributes as WT for QSPI */
8888 MPU_InitStruct .Enable = MPU_REGION_ENABLE ;
8989 MPU_InitStruct .BaseAddress = 0x90000000 ;
90- MPU_InitStruct .Size = MPU_REGION_SIZE_512KB ;
90+ MPU_InitStruct .Size = MPU_REGION_SIZE_8MB ;
9191 MPU_InitStruct .AccessPermission = MPU_REGION_FULL_ACCESS ;
9292 MPU_InitStruct .IsBufferable = MPU_ACCESS_NOT_BUFFERABLE ;
9393 MPU_InitStruct .IsCacheable = MPU_ACCESS_CACHEABLE ;
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ int mpu_init(void)
8787 /* Configure the MPU attributes as WT for QSPI */
8888 MPU_InitStruct .Enable = MPU_REGION_ENABLE ;
8989 MPU_InitStruct .BaseAddress = 0x90000000 ;
90- MPU_InitStruct .Size = MPU_REGION_SIZE_512KB ;
90+ MPU_InitStruct .Size = MPU_REGION_SIZE_8MB ;
9191 MPU_InitStruct .AccessPermission = MPU_REGION_FULL_ACCESS ;
9292 MPU_InitStruct .IsBufferable = MPU_ACCESS_NOT_BUFFERABLE ;
9393 MPU_InitStruct .IsCacheable = MPU_ACCESS_CACHEABLE ;
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ int mpu_init(void)
8787 /* Configure the MPU attributes as WT for QSPI */
8888 MPU_InitStruct .Enable = MPU_REGION_ENABLE ;
8989 MPU_InitStruct .BaseAddress = 0x90000000 ;
90- MPU_InitStruct .Size = MPU_REGION_SIZE_512KB ;
90+ MPU_InitStruct .Size = MPU_REGION_SIZE_8MB ;
9191 MPU_InitStruct .AccessPermission = MPU_REGION_FULL_ACCESS ;
9292 MPU_InitStruct .IsBufferable = MPU_ACCESS_NOT_BUFFERABLE ;
9393 MPU_InitStruct .IsCacheable = MPU_ACCESS_CACHEABLE ;
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ int mpu_init(void)
8787 /* Configure the MPU attributes as WT for QSPI */
8888 MPU_InitStruct .Enable = MPU_REGION_ENABLE ;
8989 MPU_InitStruct .BaseAddress = 0x90000000 ;
90- MPU_InitStruct .Size = MPU_REGION_SIZE_512KB ;
90+ MPU_InitStruct .Size = MPU_REGION_SIZE_8MB ;
9191 MPU_InitStruct .AccessPermission = MPU_REGION_FULL_ACCESS ;
9292 MPU_InitStruct .IsBufferable = MPU_ACCESS_NOT_BUFFERABLE ;
9393 MPU_InitStruct .IsCacheable = MPU_ACCESS_CACHEABLE ;
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ int mpu_init(void)
7171 /* Configure the MPU attributes as WT for QSPI */
7272 MPU_InitStruct .Enable = MPU_REGION_ENABLE ;
7373 MPU_InitStruct .BaseAddress = 0x90000000 ;
74- MPU_InitStruct .Size = MPU_REGION_SIZE_512KB ;
74+ MPU_InitStruct .Size = MPU_REGION_SIZE_8MB ;
7575 MPU_InitStruct .AccessPermission = MPU_REGION_FULL_ACCESS ;
7676 MPU_InitStruct .IsBufferable = MPU_ACCESS_NOT_BUFFERABLE ;
7777 MPU_InitStruct .IsCacheable = MPU_ACCESS_CACHEABLE ;
You can’t perform that action at this time.
0 commit comments