View Issue Details

IDProjectCategoryView StatusLast Update
0004207FSFreeRTOSBSPGeneralpublic2020-02-13 10:35
Reportergerbach Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Versionfreertos_fsimx7ulp-V2019.02 
Target Versionfreertos_fsimx7ulp-V2020.03Fixed in Versionfreertos_fsimx7ulp-V2020.03 
Summary0004207: [i.MX7ULP] [power_mode_switch] After the update to SDK 2.5.1 a imx7ulp-EVK-specific define got enabled by default.
DescriptionThe board-specific define APP_ENABLE_GPIO_PAD_LOW_POWER got enabled with the update to NXP MCUXpresso SDK 2.5.1. It is specifically for the imx7ulp-EVK, setting it on other boards may cause malfunction or even SoC pad damage.

Activities

gerbach

2020-02-13 10:35

manager   ~0003057

Git commit: 7e8cd1e7e8ec4e3eeb8a3bdcafa3966d95755a68

Fix power_mode_switch example: Disable GPIO_PAD_LOW_POWER define again
    
    For some reason, this define is enabled by default in NXP MCUXpresso SDK
    2.5.1, although it is specifically for the imx7-7ulp evk.
    Enabling if for other boards may cause malfunction or even SoC pad
    damage.
    
    We disable it again.