User Activity

Hi everyone,I'm using a STM32F769BGT6 with an external SDRAM (IS42S32400F). This SDRAM is composed of 4 banks. Each bank contains 12 Rows (4096), 8 Columns (256), and each cell is 32 bits. So : 4096*256*32 = 33 554 432 bits, or 4MBytes/Bank. That mea...
Posted on July 21, 2014 at 13:34Hi everyone,I'm using CooCox with a STM32F4. I have a big issue with the Coocox debugger:static STEP_MODE val_step_mode = FALSE;1  if ((Get_Core_Current_Track()->step_mode)  !=  val_step_mode)2  {3         val_step_mo...
Posted on October 28, 2013 at 15:54Hi everyone,I have to handle strings in my code and I don't know how to use this type of data. I assume that it comes with the compiler I'm using (gcc arm-none-eabi). I found and declared 'string.h' at the begining...
Posted on June 04, 2013 at 16:41 Hi everyone and thanks in advance for your help, I'm going a little crazy here. I am trying to configure an SPI2 line, in master mode, to send data from my STM32F407VG to an LCD screen. However, even if I ...
Posted on April 29, 2013 at 14:47 Hi everyone and thanks in advance for your advices. I'm using a quadrature encoder from Bourns : http://www.bourns.com/data/global/pdfs/pecpdf#search=%22PEC11%22 with an STM32F4 chip. I h...