2023-05-23 06:56 PM
I'm using the book Nucleo Boards programming with the STM32Cube IDE and none of the code in the book seems to ever work. I've attached a text file of the code I created straight from the book but it won't compile because of the error "expected ';' before '{' token error"
2023-05-23 10:05 PM
> expected ';' before '{' token error"
Where?
Post the whole compiler output.
JW
2023-05-23 10:13 PM
Hello @DRicc.2 ,
It seems you have extra underscores in your HAL_GPIO_WritePin calls
Regards,
Ryan
2023-05-27 02:01 PM
That seemed to fix the issue, thank you!