STM3240G-eval another camera
Posted on May 29, 2013 at 10:39Hi! I have STM3240G-eval and much worked with the camera OV2640. Now I would like to connect other camera through extention CN23. How correctly to disconnect thus OV2640?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on May 29, 2013 at 10:39Hi! I have STM3240G-eval and much worked with the camera OV2640. Now I would like to connect other camera through extention CN23. How correctly to disconnect thus OV2640?
Posted on May 29, 2013 at 12:03Good Morning, from STM32L152RB (the STM32L-Discovery Ev. Board MCU) datasheet I read that this microcontroller has a 96-bit unique ID, but it's not mentioned at which memory address can be read. Which is the correct wa...
Posted on May 24, 2013 at 16:11 Hi I meet 4 compilation errors (see picture below) when running STM32F0discovery FW demo on TASKING IDE ! can you help
Posted on May 28, 2013 at 22:49I'm just stering with the STM324f Discovery board and am trying to get timer 5 setup as a free running 1us timer that I can access in my code for timing. No matter what I do, I can't get TIM5->CNT to change from zero. ...
Posted on May 28, 2013 at 14:15Hi! All,I want to set RTC alarm for specific date and time can any one help me in this regard? i use STM32l151vbt6.Thank You, #stm32l1-rtc-alarm
Posted on May 28, 2013 at 13:29Hello, Can someone please tell me where i can found the STM32L1xx_Clock_Configuration_VX.Y.Z.xls that the AN3309 talk about ? Thanks. #an3309-clock-configuration
Posted on May 27, 2013 at 15:58Hello , I want to try use a function that is without SysTick_Handler Interrupt : I wrote this function : void DelayUs(int us) { unsigned int cnt; while(us-- >0) { cnt = SysTick_GetCounter(); // get systick count...
Posted on May 07, 2013 at 17:26What is cost of your development platform?
Posted on May 07, 2013 at 16:40Hi,Is ST planning to provide a low cost development board, like stm32f4 discovery?
Posted on May 07, 2013 at 16:41Hi,Resulting binary can be downloaded to a general STM32 or only to a Java enabled one?