STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 906 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
  • 318 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...

ST-Link and the STM32F4 Discovery

Posted on February 06, 2014 at 01:21Hi Everyone,Sorry if this is a repeat post, I'm pretty sure I've looked through all of the past discussions related to this and still have not found a solution.I designed a new board using the STM32F427 and have b...

gabriel by Associate
  • 1607 Views
  • 11 replies
  • 0 kudos

Speex Library

Posted on April 22, 2014 at 16:19Hi all, I'm trying to use the speex library on a STMF205. I have downloaded the AN2812 and the stsw-stm32017 example. I have copied code example into  my project  :     /* Speex encoding initializations */     speex...

dbouvier by Associate II
  • 491 Views
  • 2 replies
  • 0 kudos

stm32F105rb usart

Posted on April 22, 2014 at 10:50 Hi, i have problems with usart communication with other cpu. I use stm32f150rb, UART4. My code: RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC, EN...

STM32CubeF4: I2C Slave

Posted on April 22, 2014 at 14:26Hi, I have just started my first project using the new STM32CubeF firmware library (on an STM32F4-Discovery board). I do not understand how to implement a normal I2C slave using the I2C HAL. Why are there two functi...

budde by Associate II
  • 354 Views
  • 1 replies
  • 0 kudos