STM32F103C8 USART3 problems
Posted on August 18, 2011 at 09:32STM32F103C8 USART3 problems
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on August 18, 2011 at 09:32STM32F103C8 USART3 problems
Posted on August 15, 2011 at 13:32Hi, I'm trying to implement USB mass storage and mass storage bootloader on STM32F103RBT but ... I have a problem with the adapted the code from STM32_USB-FS-Device_Lib_V3.3.0 Mass_Storage example. The ISTR_RESET in...
Posted on November 23, 2010 at 10:37using threads under uclinux #stm32 #arm-thumb-stm32-cortex-m3 #stm-32 #stm32f103-uclinux
Posted on August 01, 2011 at 10:17Please could someone post the details to manage the SPI NSS signal? I want to use the SPI as a full-duplex master (sending and receiving data simultaneously). I have read many posts about the NSS deficiencies in the...
Posted on August 17, 2011 at 11:40Dear collegue,I have lunched the example project about I2C simple communication with interrupt that we can find in the UM0427 (user manual about firmware lib v2.0.3).The simple application is based on the main showe...
Posted on August 08, 2011 at 10:13hi. i would like to start anew project with stm32f207 with lcd. i know that the stm32f207 can controll lcd throw FSMC bus my question is whats the maximum size of lcd i can use and how do find whitch LCD monitors i...
Posted on August 17, 2011 at 00:55Are there any code examples or documentation of different types of PSRAM which have been used on the flexible static memory controller of this family? #stm32f-2-fsmc-psram
Posted on August 10, 2011 at 22:29hey everyone,it is first time for me programming any kind of processor and trust me i am trying very hard to figure out..i am using STM32VL discovery board in my project work.i have 3 sensors which will give me ADC ...
Posted on August 12, 2011 at 19:06Hello.I have a problem with starting OTG FS in Device mode. I will try to adapt project example ''STM32_USB-FS-Device_Lib_V3.3.0'' for this STM32F-2 chip, but USB doesn't run. For new chip I'll do next: 1. Prepare s...
Posted on August 15, 2011 at 05:52Hi,I am doing a very simple test, enable EXT11 interrupt. In the ISR, I toggle a GPIO pin. I connect the scope to both EXT11 line and the GPIO I am toggling in the ISR.They somehow do not match. It seems ISR is skip...