2023-07-05 12:19 AM
Using part STM32G4. Wanted to check the referance code for pwm.
Is mcsdk linux download available?
2023-07-05 12:41 AM - edited 2023-07-05 03:03 AM
Welcome @Prasad-konnur, to the community!
UM3027 states that X-CUBE_MCSDK currently requires a PC with Windows.
Regards
/Peter
2023-07-05 02:35 AM
Hi Peter,
Thanks for the reply.
Can you point me to the referance code for the timer configuration in PWM mode. Any example is available?
2023-07-05 03:11 AM - edited 2023-07-05 03:13 AM
If it is only about the timer configuration, you will find plenty of information in AN4013, AN4776 or the reference manual of the respective STM32, i.e. RM0440 for the STM32G4. But you can also create them with STM32CubeMX, which is also available for Linux.
Regards
/Peter