STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_RCC_OscConfig does not return HAL_OK after initializing LSE

Hello,The HAL_RCC_OscConfig does not return HAL_OK after initializing LSE. I tried removing the LSE from Oscillatortype and worked just fine. Also have USART output and clearly it gets stuck at at OSC initialozation.Here is the USART output:[2020-11-...

Kaveh by Associate III
  • 2010 Views
  • 10 replies
  • 0 kudos

Trying to change modes on GPIO pin from input w/EXTI to timer capture. It appears to change modes, but will not capture timer. Any advice?

HAL_GPIO_DeInit(GPIOA, GPIO_PIN_7); //PA7 is no longer GPIO interrupt sourceHere is my code to go into timer mode:/*ReConfigure GPIO pin : PtPin */  GPIO_InitStruct.Pin = Vib_In_Pin;  GPIO_InitStruct.Mode = GPIO_MODE_INPUT;  GPIO_InitStruct.Pull ...

CAnde.1 by Associate
  • 544 Views
  • 1 replies
  • 0 kudos

I have tried a lot of ADC DMA examples, but I don't know where I am failing. I am using a MIKROE card STM32F407VGT6, the result of the DMA register in DataADC comes in only two states (1048 - 0V and 4095 - 3V3)

Here is the code of what i am doing, certainly I am still confused where do I have to change the register. #include "main.h"     /* Private variables ---------------------------------------------------------*/ ADC_HandleTypeDef hadc1; DMA_HandleTypeD...

CSequ.1 by Associate
  • 239 Views
  • 0 replies
  • 0 kudos

Resolved! Why each project in the I-CUBE-LRWAN expansion Package are not provided with .ioc file for an easy customisation to a different board !!! ST complicate life and impossible to find the solution to well do the job. please help!!!

In the UM2285 Developpment Guideline for STM32 expansion Packagethey say that each expansion Package must contain the .ioc file but in the i-cube-lrwan not the case!!!!! why?Thanks for help

SHATE.1 by Associate III
  • 1032 Views
  • 6 replies
  • 0 kudos

Hi, We use a STM32F469 and we would like to add 2x512Mbits of NOR FLASH and 128Mbits of SDRAM. Is ST micro recommand some Part Number for FLASH and SDRAM components ? I have not seen any application note. Thanks

The STM32469I-EVAL has 128Mbits NOR FLASH (PN: S29GL128S90FHI0) and 128 Mbits SDRAM (PN : IS42S32800G-6BLI).There is 512Mbits FLASH version of the S29GL family but the access time is higher. Is it an issue for the STM32F469 ?Which requirements have I...

jtual by Associate II
  • 303 Views
  • 0 replies
  • 0 kudos