STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! 2019 STM32 Wish List

Dear Community Members & STM32 fans,Let’s end 2018 thanking you for your involvement in our Community and wishing you all the best for 2019!As already done in 2017 (https://community.st.com/s/feed/0D50X00009bLPmvSAG) and in 2018 (https://community.st...

0690X000006CwKbQAK.jpg 0690X000006CwKgQAK.png 0690X000006CwKlQAK.jpg

ADC-DMA Test can't work on STM32H757 i-EVAL Board

I want to test ADC-DMA function on STM32H757 i-EVAL Board. But the result is DMA transfer error. I just copy the example code of STM32Cube --- STM32H743I-EVAL\Examples\ADC\ADC_DMA_Transfer to my STM32H757 project.When execute the code, it occurs onl...

STM32G4xx FDCAN Delay Compensation

A little something I have noticed today. I have been developing an application which is using the G431 and uses FD-CAN. My code was working in External Loopback mode such that a CAN message of my choosing was being correctly received by an external d...

Aero1972 by Associate
  • 1272 Views
  • 3 replies
  • 0 kudos

UART not receiving anything

Hi I have a code bellow:static void MX_UART8_Init(void) {   /* USER CODE BEGIN UART8_Init 0 */ GPIO_InitTypeDef GPIO_InitStruct = {0};   /* USER CODE BEGIN UART8_MspInit 0 */   /* USER CODE END UART8_MspInit 0 */ /* Peripheral clock enabl...

Wleon.1 by Associate II
  • 1282 Views
  • 10 replies
  • 0 kudos

Resolved! Combining RAM Memory Map/Memory Allocation?

The STM32H743 has various ram blocks available as shown below:DTCMRAM - 128kBITCMRAM - 64kBRAM_D1 - 512kBRAM_D2 - 288kBRAM_D3 - 64kB1) Is it possible to combining (or a subset) of these ram block and use them as one big ram?2) Alternatively is it pos...

AAgar.2 by Associate III
  • 657 Views
  • 1 replies
  • 0 kudos