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...
Hi Clive,Ok I tested the DISCO code, with proper conf for my board, and the behaviour is exactly the same. It's working for 32 bit, but not for 8 bit.I updated the schematics from my previous post with more hi-res files, sorry about that. I noticed s...
Do i need to do something specific to have those BYTE LANES pins NBL[3:0] to properly mask data when I try to write bytes? I assume it is handled by the FMC, but maybe I have to use exclusively HAL methods to have it working?