Uart1 sometimes receive character gets missed STM32F205
Posted on September 24, 2013 at 11:54The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 24, 2013 at 11:54The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 24, 2013 at 09:34Hello. I'm using STM32F405RG. In my application we plan to use bootloader on USART1 for firmware programming. In AN2606 page 74 is written, that the rest of bootloader channels (USART3, CAN and OTG) inputs must b...
Posted on September 23, 2013 at 11:19Hi all, I'm trying to write a makefile for arm-none-eabi toolchain (Menthor arm-2013.05-23-arm-none-eabi-i686-pc-linux-gnu). The file compile all project without error but I have several questions about this proc...
Posted on September 23, 2013 at 21:45So, I'm currently working on a side project at home for a LED driver/controller board. In the process of this, I've decided to use a STM8 for some additional A/D and to offload the averaging. I got the eval board...
Posted on September 24, 2013 at 15:23I have a problem using the OCREFCLR input to TIM1 on a STM32F3. I have set up TIM1: upcounting, CH1 in TIM_OCMode_Combined_PWM2 and CH2 in TIM_OCMode_PWM1. I have set OC1CE (Output Compare 1 Clear Enable) and OC2...
Posted on September 23, 2013 at 11:33Hi, I configured USART1 in stm32f051c8t6 but when i run the code on my h/w it goes hang. I dont where it is hanging. whether because of NVIC OR USART. But according to me it hang in NVIC because everything run ...
Posted on September 24, 2013 at 11:40I had read that STM32Fx series has adc self calibration feature but I couldn't find any register/explanation in reference manual of STM32F205.Also is it possible to assign different sampling time in SMPRQ registe...
Posted on September 23, 2013 at 10:59Hello, At what temperature the calibration value TSENSE_CAL1 correspond ? In the datasheet it say 30�C but in the STM32L1_Discovery_Firmware_Pack_V1.0.3, it use 25�C (STM32L1_Discovery_Firmware_Pack_V1.0.3\Projec...
Posted on September 24, 2013 at 03:21I have a project that has a mix of cpp and c files. The symptom is that at certain times, the code gets stuck at the end of the startup_stm32f40xx.s at the ''B'' line.DCMI_IRQHandler ...
Posted on September 23, 2013 at 11:19 Hi, I am trying to establish I2C communication between STM32F4 and OV5642 Camera module( http://www.arducam.com/camera-modules/5mp-ov5642/) and I want to test it separately. I already worked with I2C a...