STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to use FreeRTOS in a static library

STM32H747XICubeIDECubeMXCubeProgrammerWindows 11I am building a static library that will be used by both CM7 and CM4 cores. I have enabled FreeRTOS for each core. How do I link FreeRTOS into my static library?

rtalan by Associate III
  • 687 Views
  • 1 replies
  • 0 kudos

Activate preload register for HRTIM in push-pull mode

Hi,Recently, I'm studying HRTIM with G4 product. It's known there's a push-pull logic in HRTIM which could output CHx1 and CHx2 alternately to achieve balanced output. I could generate the setting from CubeMX and get push-pull waveform as I wanted. H...

Syl by Associate
  • 534 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G4 ADC MULTICHANNEL DMA

I'm trying to read ADC2 IN1(PA0 connected to GND) and ADC2 IN2 (PA1 connected to 3.3V). static void MX_ADC2_Init(void) { /* USER CODE BEGIN ADC2_Init 0 */ /* USER CODE END ADC2_Init 0 */ ADC_ChannelConfTypeDef sConfig = {0}; /* USER CODE ...

Ethernet for U-BOOT on STM32H753i-EVAL2

Hi,I have the STM32H753i-EVAL2 and need to boot from TFTP using U-BOOT. As the STM32H743i-EVAL is very similar to STM32H753i-EVAL2, I uses the stm32h743-eval_defconfig configuration in U-BOOT. I also added the- Networking support- Synopsys Designware...

technicr by Associate
  • 562 Views
  • 0 replies
  • 0 kudos