Hi, I'am trying to create an inverter 3PH with my stm32F446RE. I've been make a simple inverter with constant frequency but i need change it. I've a problem with code. The problem is:when i change typedef variables the compiler return me an error.
If i don't put #define on the variables "linked" to Tim2_Ticks, it make me an error like:"inizializer element is not constant". On web i serch this error but i didn't solve. In this page (https://stackoverflow.com/questions/30158010/initializer-element-not-constant) anyone have same problem but i have same gcc compiler by the way didn't works.
Any idea for solve this problem?
Best Regards, Antonio S.
