2012-10-08 02:13 PM
The STM32 CMSIS examples I've seen show the remap function (e.g., GPIO_PinRemapConfig(...)) being called before the GPIO_Init() function.
Must the MAPR and MAPR2 remap register fields be assigned prior to assigning the CRL/CRH register fields, or can MAPR/MAPR2 be assigned after the GPIO_Init() call? Many thanks. #gpio-remap