User Activity

HII am using the STM32G474 MCU and ran into a problem with my code stopping execution.In my application, I have a level 0 priority interrupt that takes 1.34us to execute that occurs once every 6.66us.  In the final code, I will need 3 of these runnin...
I'm using HRTIM Timer F to create two complementary outputs at TF1 and TF2 with deadtime.  I'm finding conflicting examples of how to set the output configuration of the two outputs.Which of these code segments is correct?  pOutputCfg.SetSource = HR...
I need to determine if the interrupts are enabled at one point of my code but I have not been able to find any reference for the STM32G474.  It doesn't look like there is a PRIMASK register which is mentions in another post.I know how do enable and d...
I have developed a custom controller that uses the STM32G474RE to regulate the output voltage of two power supplies.I am now developing the code to implement a peak-current mode controller for each of the two power supplies.  Is there a way that I ca...
I have reviewed the many posts from others that have not been able to jump from a bootloader the application code and nothing that I tried worked.My MCU has its 128kB of flash in two banks, one at 0x08000000 and the other at 0x08040000.  When the MCU...