STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L100 LP Mode issue

Posted on April 23, 2014 at 11:17Hi all,I am trying to use low power modes on STM32L100 MCU.I've implemented a simple firmware that after setting the MCU to run @32MHz (HSI+PLL using the Clock Configuration Utility excel) waits an EXTI (key pressure...

Sleep mode and STM32_USB-Host-Device_Lib_V2.1.0

Posted on April 23, 2014 at 14:07Has anyone managed to get the STM32_USB-Host-Device_Lib_V2.1.0 to work with Sleep mode on the STM32F405 ? Does the USB clock disable work ? I have already applied the fixes from https://my.st.com/public/STe2ecommuni...

chen by Associate II
  • 120 Views
  • 0 replies
  • 0 kudos

Function prototipe missed

Posted on April 23, 2014 at 10:00Good Morning,I am a new user on the forum.I am working on some digital filter implementation on STM32F303, mounted on a discovery board.I have found that the prototype of the  function arm_provide_guard_bits_q7 is mi...

Timer ISR implementation issue using STM32W108

Posted on March 21, 2014 at 20:04Hello;I am tryin to implement the Timer function using the General purpose timers TIM1 and TIM2 of the STM32W108 ARM Cortex M3 controller.Following is the initialization code for the timer 2.void timer_init(){  TIM2_...

DCMI Camera interface - max Resolution Camera

Posted on August 29, 2011 at 17:31Hello at all... I'm developing a camera that acquires a frame when it has a trigger and stores the data in the external ram with the DMA. The camera has a relolution 1280 x 1024 pixel (each one of 16bit) and all pin...

momede by Associate II
  • 800 Views
  • 19 replies
  • 0 kudos

Interrupt Service routine issue. STM32F4-discovery.

Posted on April 18, 2014 at 23:23Hi,I'm trying to use interrupt based UART. My code compiles without errors but when I debug it, it does not branch to any ISR in stm32f4xx_it.c from the vector table. I have enabled the interrupt using NVIC_Init func...

anuja by Associate II
  • 291 Views
  • 9 replies
  • 0 kudos

stm32f4xx_fmc

Posted on April 22, 2014 at 22:25Hi, I am looking for the V1.2.1 libs/headers especially for stm32f4xx_fmc and realted items. Thanks, Pepe

hot_liam by Associate
  • 151 Views
  • 1 replies
  • 0 kudos

STM32CubeF versus peripheral libs

Posted on April 22, 2014 at 10:33Hello, STM32FCube changes the API to many calls, e.g. SD_Init(void) to HAL_SD_Init(SD_HandleTypeDef *hsd, HAL_SD_CardInfoTypedef *SDCardInfo), if I understand things right. This need substantial effort to port old co...