STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Question About Memory Allocation

If this question is silly or obvious, I apologize, but I'd like some guidance on understanding this.I am playing around with C++ and freeRTOS on a STM32L476RGT6, below is a code snippet that creates an object main function of my program. This object ...

Resolved! Open Bootloader FDCAN examples

I am looking into using the Open Bootloader to develop a FDCAN/CAN bootloader for the STM32G431RxTx MCU. Does anybody have an example for this? Or any pointers to good resources.The examples in CubeMX seem to be for an older version of Open bootloade...

Resolved! STM32H732 I2S Unstable Clocks (Stutter)

I have set up a project in STM32CubeMX. I have setup both I2S1 for Receiving and I2S2 for Transmiting with DMA. After the normal initalization i start receiving from the DMA:       if (HAL_I2S_Transmit_DMA(&hi2s2, (uint16_t*)&output_buffer, 1) != HAL...

Gkatsos by Associate III
  • 1515 Views
  • 13 replies
  • 0 kudos

Resolved! STM32H747xI Watchdog Timer Stop Functionality

The hardware for my project is an Arduino Opta, which utilizes the STM32H747XI dual core processor. We are trying to implement a watchdog timer for our application because the OS occasionally crashes. The start and kick timer functionality works with...

westman by Associate
  • 413 Views
  • 1 replies
  • 0 kudos