cube, one more bug
Posted on July 23, 2015 at 17:32''The code is successfully generated under [...] but EWARMproject generation have a problem.''
Posted on July 23, 2015 at 17:32''The code is successfully generated under [...] but EWARMproject generation have a problem.''
Posted on July 24, 2015 at 11:09Hey guys! I have an issue with the SPI Interface of the STM32F401VB. To communicate with an ADC from LTC, I need to configure the SCK to stay high during idle time. Unfortunately the clock always starts low, see scop...
Posted on July 24, 2015 at 15:04 Hello Everyone, I am using new board from STM32 and I added simple page from GUIBuilder from software included to library. When I run my code I click for example on slider widget I have some error. Slider c...
Posted on July 24, 2015 at 10:18Greetings, this is my first post here, so I'll start with some background information. My name is Jan and I've been working with the STM32 F407 for a few month now. This forum really helped me a lot and so far I was a...
Posted on July 14, 2015 at 09:48#include <stm32f4xx.h>#include <stm32f4xx_conf.h>i have posted the code below and i get wrong value. Can anyone tell me whats wrong ?volatile uint16_t Buffer[12];uint8_t receiveword; /* ADC Configuration */void adcCon...
Posted on July 24, 2015 at 12:41Hi All,I am using STM32F429 running at 180Mhz.I am trying to transfer data from SRAM Location 0x20005000 to GPIO Iusing Timer1 Ch1 as capture through external Clock of 20MhzData Size is 8 BitsUsing Direct ModeFIFO Int...
Posted on July 24, 2015 at 11:57I have been playing around with the STM32F407 for a few days now, learning to set up different timer types and connecting them to each other.However, most of the examples regard starting timers from external input.My ...
Posted on July 17, 2015 at 12:08Hi,I started for IAP with stm32 using iDE KEIL which works fine.But now when i switch to iDE IAR using STM32F101VCT6 the IAP not working,for switching from one code to another code written in the flash memory space.Fo...
Posted on July 16, 2015 at 08:37The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on February 12, 2013 at 16:18Hi,I am trying to control an ILI9341 LCD driver using FSMC interface. The CS driver pin is responsable of switching between sending Data or command and I think that I should connect it to one of the FSMC address l...