2020-02-18 03:24 AM
Is there any equivalent document on performance for the H7?
I'm trying to do some final performance tuning on an applications and struggling to implement some of the ideas in AN4667
For example:
page 127 of the H7 reference manual shows that FMC SDRAM bank2 is only cacheable if remapped to 0x70000000 from 0xD0000000. AN4667 says to do this with "(SWP_FMC [1:0] = 01 in the SYSCFG_MEMRMP" but this register doesn't exist on the H7. Eventually I found
HAL_SetFMCMemorySwappingConfig(FMC_SWAPBMAP_SDRAMB2); which I think does the same thing.
Likewise:
AN4667 example 5 shows how to put specific build modules into ITCMRAM. I've used the same construct in the loader for the H7 and as soon as I place anything into ITCMRAM the application won't run
Solved! Go to Solution.
2020-02-18 05:51 AM
Dear PMath,
Please refer to the AN4891 / x-cube-perf-h7 which is the same as AN4667 but targetting STM32H74x and STM32H75x devices. No need to do this portage ;).
BR,
STM32
2020-02-18 05:51 AM
Dear PMath,
Please refer to the AN4891 / x-cube-perf-h7 which is the same as AN4667 but targetting STM32H74x and STM32H75x devices. No need to do this portage ;).
BR,
STM32
2020-02-18 07:08 AM
Great - thanks
2020-04-01 03:37 PM
Have you been able to download the X-CUBE-PERF-H7 software?