User Activity

Posted on February 21, 2013 at 15:21 Hi I am using the stm3240G eval board. The DMA works fine for an image resolution of 300xBut when I increase the resolution I do not get any image. I am using DMA in circular buffermode and have tw...
Posted on January 20, 2013 at 08:00HiI have been attempting to send Hex values via USART to another device. When I did not get the expected results, I hooked it upto my comp and saw some strange stuff on the terminal.the USART_SendData() function se...
Posted on January 18, 2013 at 19:01HiI am trying to receive data via USART and then put it on the LCD. I am using the following code.void print_response(void){ uint8_t i, resp[5]; for (i=0;i<5;i++) { while (USART_GetFlagStatus(USART3, USART_FLAG_RXN...
Posted on January 04, 2013 at 07:37HiI am attempting to interface the aptina mt9d111 with the stm3240g-eval board.To initialize all the cam registers, I have to make use of I2C. As far as I know I2C sends only 8-bit data. But some of the registers a...
Posted on December 26, 2012 at 06:36HiThis question is meant specifically for Clive1. Your earlier post on FAT at https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https%3a%2f%2fmy.st.com%2fpublic%2fSTe2ecommun...