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

I am having trouble getting a realistic Internal temperature sensor reading in STM32L476. I am following the formula in the datasheet but don't seem to get a temperature that makes since.

/* Private define ------------------------------------------------------------*//* USER CODE BEGIN PD */uint16_t adcValue = 0;#define TS30  ((uint16_t*)((uint32_t)0x1FFF75A8))#define TS110  ((uint16_t*)((uint32_t)0x1FFF75CA));float adcCalValue30;floa...

STM32F4 communication with FPGA via DMA/SPI

HI there,I'm just starting to embark on the problem of accessing external registers (implemented in a FPGA), via the DMA or SPI on the STM32F4 core. What I'm interested in doing is accessing these registers with DMA or SPI. But first i need to implem...

arduo by Senior
  • 837 Views
  • 2 replies
  • 0 kudos

STM32 Issues with Stop Mode

I'm working on a custom board that includes an STM32F411 for power management. The firmware running on the STM is responsible for putting the system to sleep. The issue I'm having is that the STM is not entering STOP mode on some boards- or rather wa...

Konami by Senior II
  • 460 Views
  • 0 replies
  • 0 kudos

stm32L151 and dual boot

I can't seem to determine if this part actually supports dual boot or not.It has dual bank and it appears that you can tell it to boot from either bank.If I connect with STLink Utility I see only an option for nBFB2 which seems to specify which bank ...

mfole by Associate II
  • 1224 Views
  • 7 replies
  • 0 kudos