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
  • 1154 Views
  • 2 replies
  • 0 kudos