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

LCD is too slow in STM32F439 with FMC

Posted on April 16, 2014 at 08:34Hi to all, I have a STM32F437ZI and I connected FMC to SSD1963 but LCD is refreshed slow rahter than FSMC. I previously run the same LCD with STM32F407 and I used the same code. I just all FSMC parts to FMC. Where di...

ali by Associate II
  • 898 Views
  • 3 replies
  • 0 kudos

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
  • 1028 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
  • 1638 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
  • 2542 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
  • 1071 Views
  • 8 replies
  • 0 kudos