This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
when switch MSP432P411V to a device using MSP432P401RIPZR, found that the load did not meet the requirements. After testing, the load of interrupt 5ms exceed the limit. The program cannot be compiled by simply modifying the CPU model, which poses a high risk. Please assist in analyzing and processing. Thank you!
The evaluation is caused by changes in the flash waiting cycle.
When using MSP432P401R, the 5ms interrupt execution time is 2.86ms; But when porting the same code to MSP432P411V, the 5ms interrupt execution time exceeded the 5ms cycle.The code executed during the 5ms interrupt is some basic calculations, including addition, subtraction, multiplication, and division.
Hi Team,
could you please help give a hand on this? is this caused by different flash waiting cycle as showed above?