STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 Timer pinE5

Posted on March 21, 2015 at 15:28Dear stm community, I'm struggling with a problem that i can't get a timer to work. Im trying to get the PINE5 Timer to work.If I read everything well it has the TIM9_CH1 timer as alternating function. So I wrote th...

remco by Associate
  • 427 Views
  • 2 replies
  • 0 kudos

About STM32CubeMX

Posted on March 19, 2015 at 11:25Hello. When I create a new project by STM32CubeMX, I found out a linker script file is empty. I'm afraid it's a bug of CubeMX. Is that correct ? If so, does STM have any schedule to update the software ? Regards #...

Timer Input Capture and systick issue

Posted on March 22, 2015 at 23:15 Hi, I am trying to timestamp my frequency capture module with the systick register value but everytime, the systick register gets reloaded with a new value during a frequency capture. as shown below. I h...

paul23 by Associate II
  • 557 Views
  • 2 replies
  • 0 kudos

STM3F2 DMA Circular Mode Overwrites Data

Posted on March 22, 2015 at 23:55Hello,I have a global structure that contains an array of bytes of 1024 elements. I have declared this array towards the beginning of the structure. I have set up DMA to import USART3 data into this array. I have set...

ckern by Associate II
  • 538 Views
  • 1 replies
  • 0 kudos

STM32F2 Timer / Interrupt Help

Posted on March 19, 2015 at 14:10STM32F2 Timer / Interrupt HelpI have an HS USB project that reads information at a high data rate from a serial bus (upwards of 4MBd) and then sends it to a server. Everything is working fine, except....I run into so...

ckern by Associate II
  • 855 Views
  • 4 replies
  • 0 kudos

FATFS writing file problem

Posted on March 21, 2015 at 18:14Good day,I have some problem:For example, I am reading and writing some data to file. But if I will not use function f_close(); my filesize will be 0.Is it possible to do something about it?//Nikolaj

hitsumen by Associate II
  • 328 Views
  • 2 replies
  • 0 kudos

STM32F4 I2S slave issue (one more time :()

Posted on March 19, 2015 at 22:55I try to connect audio channel of GSM module with STM32F401 throw full-duplex I2S interface which operate in PCM audio protocol. I configure DMA for rx & tx by 10ms chunk of data - and everything works fine except th...

yuriy by Associate II
  • 2024 Views
  • 4 replies
  • 0 kudos

LCD TFT Hello World at 8bpp? How? on STM32429I DISCO

Posted on March 22, 2015 at 02:49Hi,Using the STM32429I DISCO demo board which has a 320x240 TFT LCD.Running one of the demos in the STM32CubeF4, that uses the ''STemWin'' library to write a ''Hello World!'' message on the LCD.By default the demo us...

I2C Problem STM32f072b

Posted on March 21, 2015 at 16:51Hi, I' am trying to let STM32f072b discovery board to communicate with my I2C device(TSL2561T). But I'm having problem in that which I don't know why the code is not working. I know where it stops (marked with orange...

eeyjws by Associate II
  • 288 Views
  • 0 replies
  • 0 kudos

F103C8 Clock issue?

Posted on March 20, 2015 at 19:41 Hello, I'm looking for some help about the main frequency. Maybe I do not understand correctly the documentation. My test program is just a blinking LED on PORTA PIN 0. RCC->APB2ENR |= RCC_APB2...