User Activity

Hi,I'm trying to use the SDRAM from my STM32F429-Disco Board. I have created a function to initialize the SDRAM which is executed in the main-function. The SDRAM implementation was done with the following instruction: http://en.radzio.dxp.pl/stm32f42...
Hi,I want to use the sdram as extention of the RAM of the STM32F429 Disco board. What do I have to do to use the Sdram?Is it correct that it has to be initilized and then set in the linker file?->Is this the correct procedure to Initilize the sdram? ...
Hi,I'm having trouble, because I got when I defined a second array which I need for processing a image with the STM32F429ZI Microcontroller a message that I have a RAM overflow.When I now define a smaller array, like uint8_t image[240][320] my whole ...
Hello,I raised this problem in another topic I posted, but it is with another title and I'm not sure I will get there the help (title might be missleading).I have the problem after sending Slave Address and Register Address and creating a start condi...
Hi,I'm still having trouble with my I2C communication. I'm using the Bus as Master, at the moment without any Slave. After sending the Device Addr, which is transmitted correctly to the ouput (checked with logic analyser) I send data which is then pu...