User Activity

Hi,I am using STM32G474RCT6 controller , I want to write a custom bootloader through FDCAN communication. Can I use this example Open bootloader project for my controller. I see this message when I select STM32G474E-Eval board open bootloader. Will t...
Is it possible to disable a specific GPIO interrupt in my code and re-enable it after some time. HAL_NVIC_DisableIRQ(EXTI4_15_IRQn) this function will help but this will disable all the GPIO pins connected to that particular EXTI line. Any other poss...
I am using STM32G474RCT6 controller, here I don't have system bootloader for FDCAN, So for firmware upgrade can I receive firmware application through FDCAN communication protocol and do a UART_Transmit() to load the new application into the flash. A...
I am using STM32G474RCT6 microcontroller, I want perform firmware upgrade through CAN communication. But my controller doesn't provide the feature of Firmware upgrade through CAN communication.is there any possibility to use CAN communication for fir...
Kudos given to