Interfacing OV2640 sensor with stm32f103
Posted on August 10, 2012 at 13:53How to enable single snapshot mode in ov2640 sensor....i want to take a single image & then store it to SD card.......can ne1 pls help me out....Thanks
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on August 10, 2012 at 13:53How to enable single snapshot mode in ov2640 sensor....i want to take a single image & then store it to SD card.......can ne1 pls help me out....Thanks
Posted on August 10, 2012 at 11:56Hi, im using the stm32f41ig-eval board an i modified the example: STM32F4x7_ETH_LwIP_V1.0.0/ FreeRTOS httpserver_socket. After the modification i can send data to the server an it send it back to the client. Than i...
Posted on August 06, 2012 at 04:27I had tried to move a working application to my stm32 discovery 'b'. I defined it as STM32F10X_LD_VL and am using the latest libraries from the stdperiph. The usart does not work at all (no high/low on scope). I had...
Posted on August 07, 2012 at 14:29We are working on a project in which we write some data on to a dual port RAM and we read back the same during various instants of time. When we run the program in debug mode it works perfectly fine. But when we fla...
Posted on August 09, 2012 at 21:04Hi, i am using stm32f103rbt6 (a known board model called stm-mini), but i have some problems with this hardware. I am sure the stm is fine the problem is the ILI9325 lcd. First, all worked fine. So i started to load...
Posted on August 01, 2012 at 18:11Hi All, I have developed a PCB that contains an USB3340 and a STM32F407, using the: STM32_USB-Host-Device_Lib_V2.1.0. But is allways working as a FS device instead of a HS one. I have tried the same code in the STM3...
Posted on May 23, 2012 at 18:47At a high level, I'm able to get I2C on the STM32F4-Discovery board working with our part (MAX5418), but there's one problem I'm having, and that is that I have to write commands twice in order for them to be received....
Posted on August 07, 2012 at 19:42HelloI dont know why, but when I use FFT code, STM32F103RBT6 just stop running in totally different part of code - mostly in parts of STD library where asserts are defined. So I think it can corrupt memory or someth...
Posted on August 02, 2012 at 22:05Wondering if anyone in the forums has made an fprintf function or equivalent? I got characters spitting out to hyperterminal, now just trying to figure out to spit out variable info to the screen.
Posted on August 06, 2012 at 22:51Below is my USART1 handler: void USART1_IRQHandler(void) { if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET){ USART_SendString(USART1, ''\r\n======Blow ME======\r\n''); USART_ITConfig( USART1...