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

documentation errors in RM0444

Offset values shown in Table 84 are out of range according to Table 1.Also, "Address offset" of each COMP registers is different from the table.Section 10.1 says that the assignment of DMAMUX request multiplexer outputs to DMA controller channels is ...

0690X000008i5niQAA.png 0690X000008i5o2QAA.png 0690X000008i5o7QAA.png 0690X000008i5nxQAA.png
arufa by Associate
  • 819 Views
  • 2 replies
  • 2 kudos

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
  • 507 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
  • 1739 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...