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.

TM4C123的GPIO报错问题

ROM_SysCtlPeripheralEnable(BuzPeri);

ROM_GPIODirModeSet(BuzGPIO,BuzPin,GPIO_DIR_MODE_OUT);

ROM_GPIOPadConfigSet(BuzPeri,BuzPin, GPIO_STRENGTH_12MA,GPIO_PIN_TYPE_STD);

经过单步调试发现程序总是会在第三句话跑飞。我在想是不是芯片的问题

我用的是TM4C123BH6PGEI芯片