stm32h747i-disco writegpio no funtion
i want to add some work on food_recognize.c in fp_AI_VISION ,I want to use CN9 analog to control some leds but it doesn't work in first place. I can't control those pins with writegipo.
so far i only see A0 always on and A1-A5 always off. On the same pin there are two names (from gpio port and mcu pin), for example A2 can be PA0 or PI6, but try both that don't work, I've also tried mcu pin with pinnbr either. A0 always on and the rest always off, no I know which part is wrong (PLL or System Clock Configuration? this part also changes sometimes either) , I have attached the example main.c if anywhere has a problem.
