I'm working on the port to the STM32G474 family and writing the arch/arm/src/stm32/hardware/stm32g47xxx_memorymap.h file, and one of the definitions (I'm following the pattern in other files like this) is:
#define STM32_REGION_MASK 0xf0000000 How do I determine what value to put there? Thanks, Nathan