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

Vrefint and Temperature Calib values on STM32F105/7

Posted on April 14, 2014 at 15:51Hello, I'm trying to figure out where the factory-calibrated values for internal reference (Vref and Tsense) are located in STM32F10x series. STM32L15x series have a Vrefint_cal and Tsense_cal1/2, but I can not find ...

laurent1 by Associate
  • 930 Views
  • 3 replies
  • 0 kudos

SDcard and LCD ?

Posted on April 14, 2014 at 01:23 Guys, I have a question about SDcard and LCD initialization , Everytime I intialize LCD after SDcard, SDcard stopped working, is it because of port clock ? Thanks SDcard initializatio...

STM32F405 + ADIS16485 IMU, SPI troubles

Posted on April 16, 2014 at 22:37 Hello forum I've just signed up here since I ran into troubles reading sensor data from an Analog Devices IMU with SPI. I'm still a beginner with the Cortex M4, so maybe I'm missing something crucial... ...

SPI maximum SCLK speed

Posted on April 16, 2014 at 10:57I'm currently trying to interface an STM32F4 (discovery) with a telemetry unit (RFM42B if anyones interested) using SPI.The minimum clock time high and time low given in the telemetry devices datasheet for SPI are 40...

jono-tree by Associate II
  • 1412 Views
  • 2 replies
  • 0 kudos

Dominant/Recessive state support for UART

Posted on March 25, 2014 at 17:48A wish for new chips: It would be nice if STM could consider to implement a UART which supports bit-wise arbitration, as it is required for KNX / EIB networks. KNX/EIB of course is a big market, but this functionali...

flyer31 by Senior
  • 2237 Views
  • 14 replies
  • 0 kudos

Current Consumption Calculation for STM32L062K8

Posted on April 15, 2014 at 07:47Hi I would like to use STM32L062K8 for our low power application. The peripherals we will be using are 1 I2C, 2 watchdog timers(WDI, WWG I think), 1 SPI, 1 UART(RX, TX), and 3 general purpose timer.Timing for asynchr...

faliing to migrate trivial example from TIM6 to TIM5

Posted on April 15, 2014 at 15:23 I have a snippet which works, it blinks blue LED on stm32f4discovery: void TIM6_DAC_IRQHandler() { if (TIM6->SR) GPIOD->ODR ^= (1 << 15 ); // Toggle D15 TIM6->SR &= ~1; // Interrupt has been handled ...

arro239 by Senior
  • 931 Views
  • 8 replies
  • 0 kudos

STM32F439I-EVAL2 board support and configuring STM32CubeMX

Posted on April 15, 2014 at 19:14I just purchased the STM32F439I-EVAL2. The board didn't come with any BSP or code that I can build in IAR. I'm guessing I need to use STM32CubeMX to configure the Bsp and setup the pinouts used on the board. Unfortun...

kartik by Associate II
  • 423 Views
  • 1 replies
  • 0 kudos

STM 32 interfacing EEPROM with SPI.

Posted on April 15, 2014 at 19:08The original post was too long to process during our migration. Please click on the attachment to read the original post.

smkuls by Associate II
  • 777 Views
  • 1 replies
  • 0 kudos