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! RM0395, STM32L412 and ADC12_CLK

Hello,RM0394 Rev. 4 chapter 16.4.2 clocks should note in a preamble or something similar that Dual clock and ADC12_CLK is not available on STM32L412. Reading through RM0394 I conclude that ADC clock is HCLK fixed on L412, but I don't see it stated ...

RM0394: Mismatch RM0394 and stm32l412xx.h

Hello,while RM0394 talks about CH18SEL and CH17SEL, in16.7.2 ADC common control register (ADC_CCR)stm32l412xx.h only knows ADC_CCR_TSEN and ADC_CCR_VBATEN .While the names in stm32l412xx.h are know to me from other devices, the names in RM0394 are ...

9 bit UART and DMA

Posted on September 18, 2017 at 07:46Hiya,I'm using the UART in 9 bit mode, with the 9th bit being used as an address indication.I have a version of this working well with 16 bit DMA transfers. Ideally though I want to use 8 bit DMA (byte wide) as a...

l m by Associate II
  • 2944 Views
  • 7 replies
  • 0 kudos

Problems with CAN on STM32F072RB

Hi, I'm trying to implement CAN on the STM32F072RB and I think I have added all the neccesary files. In stm32f0xx_hal_conf.h I have defined HAL_CAN_MODULE_ENABLED, but in stm32f0xx_hal_can.c it is not recognized. The question is that when compiling e...

pfc1 by Associate
  • 285 Views
  • 0 replies
  • 0 kudos

How I use CubeMX with bluenrg-2?

Posted on December 18, 2017 at 22:07I would like to create a program using CubeMX support program(like the one used for the STM32 family).Followed by loading into Keil_v5 and then flash the code into the BlueNRG-2 chip.Please advise how it can be do...

STM32H7 External 8mHz osc & PLL to 400mHz settings

Posted on July 07, 2018 at 10:37 Hi everyone, I've been using the STM32H7 Nucleo board (STM32H743ZI) for a project I'm working on. I'm using plain CMSIS (no HAL solutions please ) and I'm having a bit of trouble setting the clock settings to u...