STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F407 debuugger not working when PORTA in use

Posted on October 10, 2017 at 12:42Hi.Using a STM32F407 I am having an issue using the debugger when PORTA is in use. The debugger works fine when PORTA is not in use. I am using MCO1 which is on PORTA and when I set the MODER register the debugger ...

Issue with RTC maximum time resolution

Posted on September 19, 2017 at 16:51Hi,I'm using Nucleo STM32L476RG board and I have issue using specific configuration of RTC peripheral.Our embedded software requires precise timing for real time application.RTC is clocked by 32.768 kHz LSE and i...

Documentation issues in RM0316 rev 8

Posted on October 09, 2017 at 15:37Hello everyone,I've been reading the RM0316 Reference manual for STM32F303xB/C/D/E, STM32F303x6/8, STM32F328x8,STM32F358xC, STM32F398xE advanced ARM � -based MCUs, DocID022558 Rev 8 and have noticed following issue...

STM32F407 Start application from Bootloader

Posted on October 06, 2017 at 13:00Hi.     I have a STM32F407 application, developed with standard libraries which is launched by a bootloader. The application is loaded at flash address 0x08020000, the bootloader, once recognized a valid applicatio...

raffin by Associate III
  • 186 Views
  • 2 replies
  • 0 kudos

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...