-
Posted on September 04, 2015 at 09:54
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on September 04, 2015 at 09:54
Posted on September 04, 2015 at 09:46Hi!AN2604 (http://www.st.com/web/en/resource/technical/document/application_note/CD00167326.pdf) states a formula for calculating PPM. The formula is as following: f32_Deviation=((f32_AvgFreq-511.968)/511.968)*10...
Posted on April 19, 2013 at 11:04Hello, For my tests, i use a STM32F0 discovery and i download on the ST website, the EEPROM emulation in STM32F0xx microcontrollers software.http://www.st.com/web/en/catalog/tools/PF258153 When i run this demo projec...
Posted on September 01, 2015 at 12:13Hi, i have intefaced K9F1G08U0B to stm32f103ZET6 controller to store few images and use it later in my application, but i want to know is it possible to store multiple files with different offset address. I came...
Posted on September 03, 2015 at 19:21 I'm having a problem where when I try to access an array from within a timer interrupt callback, everything seems to fall apart. To keep it simple, I have: Timer 2 is set up to interrupt every 10us. ...
Posted on September 03, 2015 at 09:32Hello,in new HAL drivers in Cube 1.8.0 for F4xx, I found some defines for STM32F410Tx, STM32F410Cx and STM32F410Rx. I didn't found anything on st site so I'm wondering if there will be new series and why is nothi...
Posted on August 22, 2015 at 13:26 Hello, I have a problem with my initalisiation code for an STM32F205RB Microcontroller. I want to use four PWM Output Channels on the TIM1, but only the Channel 4 work properly. The other channels d...
Posted on September 02, 2015 at 15:38Hi, I'm trying to enable the timer 2 on a rising edge of a signal that i have connect on the tim2_ch1. I understand that the slave trigger mode of the timer can do that. I want to generate a signal on the tim2_...
Posted on September 03, 2015 at 11:22Hello,I'm using STM32F030 in my project. I'm using UART2 with Tx and Rx interrupts. While debugging, it works well but when i work it standalone, it stops before transmitting data and microcontroller probably sto...
Posted on September 02, 2015 at 15:04Hi, I am wondering if there is an example for IAP using cube for STM32F0? I have found an example for STM32F1 and modified it for my board, STM32F070rb nucleo. I can load an application using the iap, but I have ...