View Issue Details

IDProjectCategoryView StatusLast Update
0002056FSVybridCEDDKpublic2017-06-27 11:01
Reporterfroelich Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionV1.5 
Target VersionV2.8Fixed in VersionV2.8 
Summary0002056: IRQ wrongly configures pull up
Description
_PADBaseAddr->muxc.RGPIO[pad] = IOMUX_GPIO_IN; \


#define IOMUX_GPIO_IN (IOMUXC_RGPIO_MUX_MODE(0) |\
                       IOMUXC_RGPIO_SPEED(IOMUX_SW_PAD_CTL_SPD_MED)|\
                                   IOMUXC_RGPIO_DSE(0) |\
                                   IOMUXC_RGPIO_PUS(IOMUX_SW_PAD_CTL_PUS_47K_UP) |\
                                   (1<<IOMUXC_RGPIO_PKE_SHIFT) |\
                                   (1<<IOMUXC_RGPIO_PUE_SHIFT) |\
                                   (0<<IOMUXC_RGPIO_OBE_SHIFT) |\
                                   (1<<IOMUXC_RGPIO_IBE_SHIFT))
Found Driver Version
Fixed Driver Version
Forum Link

Relationships

child of 0002057 resolvedMinas Internal pull down not working for IRQ 

Activities

There are no notes attached to this issue.