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

Resolved! How to use DMA on STM32L0 with FIFO threshold ?

Posted on October 10, 2017 at 11:31Hello,I saw on the STM32L0 User Manual that FIFO mode and its threshold can be configured thanks to HAL_DMA_Init().For a given stream, HAL_DMA_Init() API allows programming the required configurationthrough the fol...

Resolved! NUCLEO32+STM32L011K4+MXCUBE Debug Issues

Posted on September 25, 2017 at 12:41Hi guys!I'm a completely newbie to the STM32 and to make some experiments I've bought a nucleo 32 board based on the STM32L011K4 microcontroller.Then I've downloaded and installed the Atollic TRUEStudio, the STCu...

CUBEMX STM32F103 GPIO REMAP

Posted on October 10, 2017 at 06:44#define __HAL_AFIO_REMAP_TIM2_PARTIAL_1() do{ CLEAR_BIT(AFIO->MAPR, AFIO_MAPR_TIM2_REMAP); \ SET_BIT(AFIO->MAPR, AFIO_MAPR_TIM2_REMAP_PARTIALREMAP1); \ }while(0U)CUBEMX version4.22.1used stm32f103vct6Sw debug mode ...

For External clock of STM32CubeMX

Posted on October 10, 2017 at 06:02English newbie, sorry.MCU:STM32F765IITx LQFP176tool:STM32CubeMXAbove by Pinout.If you want to enable external clock. High Speed Clock (HSE) BYPASS the Clock Source.And not only for the input pin, Output pin also do...

Hard Fault, after HAL_UART_Receive_DMA() is called.

Posted on September 28, 2017 at 08:43Hello!I am trying to use USART2 + DMA for Rx/Tx. Tx is working OK already.For Rx, I would like to use DMA circular mode.I use followings.  STM32L476 nucleo  STM32CubeMX, STM32CubeL4 1.9.0.After do workaround PLLM...

0690X00000608PcQAI.png 0690X00000608PhQAI.png 0690X00000608MUQAY.png 0690X00000608PmQAI.png

HAL I2C Interrupt code does not work on STM32F072

Posted on October 09, 2017 at 19:27I have been trying to get this to work for a few days now, read over several topics here and nothing I have tried has worked... I tried all the suggestions here as wellhttps://community.st.com/0D50X00009XkXWwSAN no...

STM32F767NI CAN RECEIVER PROBLEM

Posted on October 09, 2017 at 13:40I generate Can code from Cube MX. But i can't receive any data. i just want to receive data on CAN Receiver of STM32F767NI.I try to communicate via PCAN View. When i send data from PCAN-View the program said 'Bus-O...