Unable to read ADC on a STM32F302
Posted on September 25, 2014 at 20:04 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 25, 2014 at 20:04 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 01, 2014 at 08:29Hi everyone, I want to use my encoder with 32bit general purpose timer TIM2 on my STM32F429 Discovery board. I've connected pin PA0 ( TIM2_CH1) and pin PA1 ( TIM2_CH2) to my encoder, but it didn't work. The encoder...
Posted on October 01, 2014 at 18:24Hi I use the routine listed below to read in flash area (sector 11) three words that contain values of sampling and if the first value found is different, register the new three values. The problem is that the va...
Posted on September 30, 2014 at 17:07HelloI have a STM32F407ZGT6, silicon revision Z, and I'm trying to generate a 1PPS output (Pulse Per Second) on pin PG8, using the PTP. The PTP is working fine, correctly timestamping the PTP packets. In the refe...
Posted on October 01, 2014 at 23:00Hello Friends, I have an stm32f4 discv. board. I tried the run one of the STM32F4xx_DSP_StdPeriph_Lib_V1.4.0 examples without any change. I used template, copied one of the examples project files ( ...\STM32F4xx...
Posted on October 02, 2014 at 08:03Hi there,I have a problem that I can't figure it out. I am coding an application that manages empty device through STM32 ROM BOOTLOADER. The problem is that when I send command for read unprotect, and check for it'...
Posted on October 01, 2014 at 19:44Hi ST Forum,Debugging a CAN TX message and can't really do it :(. I connected scope to PB13 and just see a high (3V) signal on the TX line. Anything wrong with my code below?I'm wondering if it's my CAN_mode. Can a...
Posted on September 26, 2014 at 15:16 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 01, 2014 at 14:01Hello, I would like to report a bug in this USART HAL file: /** ****************************************************************************** * @file stm32f3xx_hal_uart.h * @author MCD Application Team ...
Posted on July 25, 2013 at 14:52Hi All,I'm working on a STM32F0-Discovery kit. Until now, I could debug original code. I have succeed in loading the code which blinks an LED. I have even seen some minor modification's effect. I could have downloaded...