STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I want to use CubeMX examples with CubeIde

I just started using CubeIde but using Cube examples gives a lot errors. Should I just copy all the .H and .C files (from where?) somewhere or is there a better way.I have 32H750 and 32F746 Discovery boards and my own boards.

LMI2 by Lead
  • 462 Views
  • 2 replies
  • 0 kudos

Resolved! UART transmit DMA not working (bare metal, no HAL)

Hello,I am trying to get the UART to transmit some bytes with DMA. Nothing happens. RCC->APB2ENR |= (uint32_t)((1<<14)|(1<<2)); // Bit 14 USART1 clock enable & Bit 2 I/O port A clock enable   GPIOA->BRR = (1<<10); // pull-down PA.10 GPIOA->...

Enter and Exit from stop mode for stm32f103

Hello,For my project, I would like to enter and exit from stop mode. My intended application would be something like, the processor should wait for 1 or 2 minutes with RTC Alarm and it should wakeup if ther is any external interrupt or if there is no...

JHemb.1 by Associate II
  • 1618 Views
  • 3 replies
  • 0 kudos

http server c # communication problem

Dear all,want to check the input and output status of a board I designed with stm32h7 with Http protocol. My web page works fine in chrome. When I try to access the board via c #, I get an error "The server committed a protocol violation". also my c...

STM32G030 ADC issue

Hello,I am using STM32G030C8 microcontroller's several ADCs. Most of them are working okay but two of them (ADC1 IN15, PB11 and ADC1 IN16, PB12) are not showing correct ADC values.In ADC IN15: When I use only this channel in the code then it shows 0 ...

MFaiz.2 by Associate II
  • 4618 Views
  • 14 replies
  • 0 kudos