ov5642, problem with data signal
Posted on June 05, 2014 at 14:47Hi, i'm using a fpga to control ov5642 camera. I've managed to get access to the registers by i2c protocol and set some of their values:register value0x3017 0x7f0x3018 0xfcwi...
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 05, 2014 at 14:47Hi, i'm using a fpga to control ov5642 camera. I've managed to get access to the registers by i2c protocol and set some of their values:register value0x3017 0x7f0x3018 0xfcwi...
Posted on April 09, 2014 at 11:33Hello All,I have read from STM324xx data sheet that the RTC is registers are still valid and running when Vdd is off and Vbat is present. I am not sure how the microcontroller manges normal running mode and standby m...
Posted on June 05, 2014 at 12:07The DMA for stm32F4 series has some advanced functions, could I ask for clarification here? Concurrent stream: Can two streams transmit data at the same time? Since one byte transfer is allowed. If the bus width is...
Posted on June 03, 2014 at 04:42Edit: My goodness the ST is user friendly as always, paste this article into a text editor or something to view. It ate my first submission and I have to write allover in MS word again. Now it had ate all my line feed...
Posted on June 06, 2014 at 00:52Hey ST Forum,I'm using the ST32F4-Discovery Board, and ran into some problems while testing UART4_TX in DMA Mode. When I look at oscilloscope, the TX line is pulled down, then gradually goes back to 3V. I think my Per...
Posted on July 11, 2011 at 15:01I'm an absolutly beginner in microcontrollers. I want to create a simple square wave signal on STM32F103VB with tim3, ch2, but nothing happens. Can anybody tell me what I'm doing wrong? Thanks Tom #define DEF_SPEED ...
Posted on June 05, 2014 at 11:36Hi all,Following the instructions in the AN3968,I uploaded the project contained in firmware demo stsw-stm32069 (STM32F4x7 in-application programming (IAP) over Ethernet based on lwIP TCP / IP stack (AN3968))on my STM...
Posted on June 03, 2014 at 17:04Hi All, I am using STM32 F0 Discovery board with Raisonance IDE, I am with LED blink using TIM. I want to blink for every 1s but I dont know how to set the timer, Please tell me how the calculation is done for 1s and ...
Posted on June 05, 2014 at 17:15Single precision float on units that have an FPU is apparently one cycle.How much of an overhead are doubles?
Posted on February 28, 2014 at 16:28Is there any documentation or examples for the new USB stack in the STM32CubeF4 code library ? I need to implement an USB Virtual Com port. I have done this for the older usb stack in the STM32F4-Discovery_FW_V1.1...