STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F446RE - 10KHz -PWM- TIM1 -STM32cubeide

I Have coded my STM32F446RE for 10KHz PWM using TIM1 In STM32cubeide. i am getting pulse but the pk-pk voltage is not 3.3v it is around 150mv.need help. Code :  /* Initialize all configured peripherals */MX_GPIO_Init();MX_DMA_Init();MX_TIM1_Init();/*...

IMG20240413224003.jpg

STM G4 FIFO and DMA questions

- Use MCU :  STM32G473VET- Use connectivity : SPI 3  -> Mode : Full-Duplex Slave 1. It it possible to clear Tx FIFO??"FTLVL" It's not '0' value. how to make '0'? The code used is :1)if(spi3_cs_low == true){HAL_SPI_Transmit_DMA(&hspi3, aTxBuffer, 11);...

MartinK by Associate
  • 1171 Views
  • 1 replies
  • 0 kudos

STM32U535NEY6Q: STOP Mode

For going to sleep with STM32U535NEY6Q with the following example: ``` cint main(void) {    HAL_Init();    SystemClock_Config();    MX_GPIO_Init();    // ^ // Configure GPIO pin : INT_BUTTON_Pin    // | GPIO_InitStruct.Pin = INT_BUTTON_Pin;    // | G...

Ed_ by Associate
  • 1240 Views
  • 1 replies
  • 1 kudos

HAL_ADC_Start_DMA from HAL_ADC_ConvCpltCallback

Hi :)I would like to acquire n samples from one channel of the on-board ADC (set at 4MHz) every time my EXTI line gets a rising edge (about 25Hz). I am on a STM32L496 on its Nucleo board.I am using ADC1 IN8 single-ended and I am using Regular Convers...

Trying to adapt stm32f4 for stm32l452RE

Hi all, I'm truying to adapt one file coming fromm stm32f4 discovery board for using UART. But when I try to add it to my STM NUCLEO L452RE board I got an error :         ../Drivers/BSP/uart.c:328:63: error: 'USART_TypeDef' has no member named 'DR'; ...

SBaro.11 by Associate III
  • 1252 Views
  • 1 replies
  • 1 kudos

How can I activate MUX mode in X-Cube Cellular to enable both AT and data interfaces simultaneously?

Hi STI use the XCube Cellular device for data transmission and AT command operations. However, I find it slightly cumbersome to switch between data and command modes repeatedly. This led me to wonder if there is a way to bring the modem into CMUX (Co...

srikanthpalvai_0-1713363687069.png
Announcement

We’re moving the ST Community to a new platform to give you a better and more reliable community experience.