UART communication issue
Posted on September 15, 2016 at 20:42hello everyone! i wanna know about the way i can know whether my uart is available or not like i did in case of arduino using Serial.available() function call ??? #stm32f103c8t6
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on September 15, 2016 at 20:42hello everyone! i wanna know about the way i can know whether my uart is available or not like i did in case of arduino using Serial.available() function call ??? #stm32f103c8t6
Posted on September 17, 2016 at 16:21Hi all,I have been browsing the forums and the documentation, but I can't seem to find any solution that would solve my particular problem. I'm using STM32F429 Dicovery Evaluation Kit and I would like to receive ...
Posted on September 16, 2016 at 20:10hi everyone I am interfacing OV2640 camera module on stm32f429 and capturing image with format of RGB565 in resolution of 320*240 pixel. I need to higher resolution up to 1200*1600 pixel but i don't find any sour...
Posted on September 13, 2016 at 10:49 Hello there, I am trying to figure out how to interface with the Hall sensor module in STM32F4. I am not sure what does the commutation parameter (using mxCube) stand for really. Looking in the init code...
Posted on September 11, 2016 at 07:47Hi guys,1. compile proj. Keil51 uVision: -> error: #5: cannot open source file ''MCode.h'' 2. MCode.c #include ''MCode.h'' ...3. Options for target -> c/c++ -> path ../user 4. user (MCode.h) etc.. Q: it see...
Posted on May 08, 2013 at 13:08Hi, can anyone provide an example of how to set up a counter to work with 2 quadrature inputs for up/down encoder counting?Thanks #stm32-pulse-counter
Posted on September 16, 2016 at 23:34Hello. This is my 1st post here. I'm trying to use a NUCLEO F103RB to make my own electronic application. I'm an electronician, not really a programmer. I've installed Eclipse OpenSTM (Mac OS X version), and I ca...
Posted on September 15, 2016 at 23:51Hello everyone! I have issue with initializing ADC1 and ADC2 in regular simultanious mode + DMA. I am using CubeMx and Hal drivers. Here is my configuration.http://s8.picofile.com/file/8267541418/1.JPGhttp://s8....
Posted on September 16, 2016 at 20:17hi,i m trying to set the external interrupt for PB0 pin on rising or falling edge. i configured but it is not working properly.here is configuration i gave[CODE]&sharpdefine NVIC_PRIORITY_MASK(prio) ((prio) << (8...
Posted on September 15, 2016 at 23:55Hi.I would like to enable parity error detection for SRAM in STM32F303. I know that this is done through programming option bytes.But I don't know, how can I actually detect if parity error has occurred. If it ha...