Other Parts Discussed in Thread: MSP430F5529
Hello, I'm using a the MSP430f5529 microcontroller and I'm getting these "info" messages in the description window.
Description Resource Path Location Type
#1527-D (ULP 2.1) Detected SW delay loop using __delay_cycles. Recommend using a timer module instead GPSApps.c /GPS_DATA_SD/IT250DemoApps line 79 C/C++ Problem
#1527-D (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead SDCard.c /GPS_DATA_SD/IT250DemoApps line 267 C/C++ Problem
#1528-D (ULP 3.1) Detected flag polling using DMAIFG. Recommend using an interrupt combined with enter LPMx and ISR dma.c /GPS_DATA_SD/USB_API/USB_Common line 119 C/C++ Problem
#1528-D (ULP 3.1) Detected flag polling using PMMIFG. Recommend using an interrupt combined with enter LPMx and ISR hal_PMM.c /GPS_DATA_SD/F5XX_6XX_Core_Lib line 104 C/C++ Problem
#1528-D (ULP 3.1) Detected flag polling using SFRIFG1. Recommend using an interrupt combined with enter LPMx and ISR hal_UCS.c /GPS_DATA_SD/F5XX_6XX_Core_Lib line 79 C/C++ Problem
#1528-D (ULP 3.1) Detected flag polling using UCBUSY. Recommend using an interrupt combined with enter LPMx and ISR HAL_SDCard.c /GPS_DATA_SD/MSP-EXP430F5529_HAL line 147 C/C++ Problem
#1528-D (ULP 3.1) Detected flag polling using UCRXIFG. Recommend using an interrupt combined with enter LPMx and ISR HAL_SDCard.c /GPS_DATA_SD/MSP-EXP430F5529_HAL line 121 C/C++ Problem
#1528-D (ULP 3.1) Detected flag polling using UCTXIFG. Recommend using an interrupt combined with enter LPMx and ISR HAL_SDCard.c /GPS_DATA_SD/MSP-EXP430F5529_HAL line 119 C/C++ Problem
#1528-D (ULP 3.1) Detected flag polling using UCTXIFG. Recommend using an interrupt combined with enter LPMx and ISR HAL_SDCard.c /GPS_DATA_SD/MSP-EXP430F5529_HAL line 144 C/C++ Problem
#1530-D (ULP 5.1) Detected divide operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive UsbMscScsi.c /GPS_DATA_SD/USB_API/USB_MSC_API line 1808 C/C++ Problem
#1530-D (ULP 5.1) Detected divide operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive ff.c /GPS_DATA_SD/FatFs line 827 C/C++ Problem
#1530-D (ULP 5.1) Detected modulo operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive ff.c /GPS_DATA_SD/FatFs line 829 C/C++ Problem
I honestly don't know what these mean. any suggestion will be helpful.