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

CAN Reception Issue for micro STM32G0B1KB

I have implemented the following CAN Codeint main(void){ /* MCU Configuration--------------------------------------------------------*/ /* Reset of all peripherals, Initializes the Flash interface and the Systick. */ HAL_Init(); /* Configure the syst...

SRedd.4 by Associate
  • 515 Views
  • 1 replies
  • 0 kudos

Resolved! what does the ADC "Bulb sampling mode" can do?

Hi, experts May you have a nice day! Recently, I am learning RM of STM32G474. I am a little confused about the bulb sampling function. It seems that this function cannot shorten the ADC sampling time, so what is the use of this function? hoping anyon...

Matt.Dash by Associate II
  • 1825 Views
  • 3 replies
  • 0 kudos

STM32L4A6xG: Use PB4 (NJTRST) as SPI3_MISO?

I need a clarification about something that I read in RM0351Reference manualSTM32L47xxx, STM32L48xxx, STM32L49xxx and STM32L4Axxxadvanced Arm®-based 32-bit MCUsRM0351 Rev 9...During and just after reset, the alternate functions are not active and mos...

0693W00000WIpxXQAT.png
CKugl.1 by Senior II
  • 1473 Views
  • 6 replies
  • 0 kudos

How to use RTC with battery backup in a 32 pin package?

Hi, I did never ask in this forum but used STM32 MCUs for years. Allways I use 48+ pin parts and all work like a charm. I'm very happy with the family and did stop to use other Cortex brands years ago. In 2019 I did work in a project that did involve...

Tarloth by Associate II
  • 3206 Views
  • 12 replies
  • 0 kudos

Resolved! DMA <-> SPI, RX TX for STM32L0

I'm trying to get the SPI communications to a peripheral handled by the DMA. I have reviewed the STM32L0 reference manual, and LL libraries, as well as close examples. I am able to get Tx operation working properly. However, I cannot get Rx to work. ...

Dude by Associate III
  • 2262 Views
  • 7 replies
  • 0 kudos

Does the STM32F205 have a VREFINT_CAL value ?

I have found the address of VREFINT_CAL for other processors. THE STM32F205 seems to have the vrefint adc channel on ADC1_IN17 but I can't find the address for the factory cal value.Thanks,Roger KellyROM Communications

RKell.6 by Associate
  • 857 Views
  • 4 replies
  • 0 kudos

Resolved! Basic GPIO_init() question

I am using for instance, ADC, UARTS, Timers, external interrupts, etc., all generated with cube. But I notice that cube doesn't always generate GPIO settings for certain pins. For instance, ADC1_IN4, when I select it using my board, an stm32f769i-d...