User Activity

Hello! I'm trying to write the "fastest as possible" code for a 3P3Z (3 pole, 3 zero) controller, but even with SIMD32 instructions, the C code+compiler optimizations seems to win this battle.Here's the C code:static __INLINE int16_t q15_cntrl3z3p(q...
I put the following question in the General forum of STM32, only today I saw the specific forum for questions related to Digital Power. Anyway..I'm builing a photovoltaic power application using the F334R8, but i'm having issues with HRTIM1, TIMERA/T...
I'm writting a very time-critical application for the STM32F334, where I have to control 4 power converters (mostly 3, one is time-shared another power converter). And recently I saw some ways to optimize code, like this://*********** 1360ns ********...