On Sun, Dec 20, 2020 at 12:57 AM ElzPyiV <ztn6...@126.com> wrote:
>
> Hello,
>
>
> nuttx-10.0.1/arch/arm/src/stm32h7/hardware/stm32h7x3xx_memorymap.h
>
>
> #define STM32_SRAM3_BASE    0x3004c000    /* 0x30040000-0x30047fff: System 
> SRAM3 */
>
>
> Why "0x3004c000" ? Why not "0x30040000"
>
>
> Thanks.

Looks like a mistake in the code.

According to Reference Manual (RM0433 Rev 7), Table 7, SRAM3 is at
0x30040000 - 0x30047FFF.

(Unless I'm misunderstanding something.)

Please open a pull request at GitHub and request @davids5 to review it.

Thanks,
Nathan

Reply via email to