STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L4 DISCOVERY UART + GPS

Posted on March 31, 2018 at 17:30Hey guys.I would like to receive NMEA lines from my GPS module with UART with STM32L476 DISCOVERY. Can you please help me how can I receive the full sentences? Because the length of the lines always differ, so with s...

Resolved! Core Clock speed

Posted on January 30, 2018 at 13:21hello is use stm32f30p4 and use 8000000 hse_value and use cmsis.i change SystemCoreClock in the system_stm32f0xx.c to 8000000 but my clock doesn't change and still work on 48MHZ.how can i fix it?SystemInit();System...

STM32F769i SBC manufacturers

Posted on April 03, 2018 at 09:15Hello,For a new project, we plan to develop the software on a STM32F769i-DISCO (discovery kit) with STM32Cube, but we need in a close future a true SBC board.Who are the manufacturers of true SBC cards with STM32F769...

STM32F733VE connect to the eMMC

Posted on April 03, 2018 at 12:24I'm going to use STM32F733VE to connect to the eMMC. Is it possible ?If it possible , which port should i use , does it use the sane SD/MMC port ? And how to i approach this solution ? 

Hau Lam by Associate II
  • 75 Views
  • 0 replies
  • 0 kudos

LL_code does not use SystemCoreClockUpdate?

Posted on April 03, 2018 at 11:15Using:Truestudio for STM32 v9.0.0.0STM32CubeMX v4.25.0STM32F100C8LL_drivers onlyIn stm32f1xx_ll_utils.c the SystemCoreClock variable is set directly:void LL_SetSystemCoreClock(uint32_t HCLKFrequency) {    SystemCoreC...

Willunen by Associate III
  • 153 Views
  • 0 replies
  • 0 kudos

stm32, 485 bus

Posted on April 03, 2018 at 08:25Hi. I'm testing a new board with a STM32F091rctx micro, where the 485 bus is bring up using these pinouts:PB5 (Enable)PD2 (Rx)PC12 (Tx)Is the Enable signal moved by the Hal libraries or have I to move it?Using an osc...

stm32 RCC

Posted on April 03, 2018 at 08:43I want to ask about RCC registers.  Can I change the divider values PLLMUL and HPRE in Runtime?The program code is then executed to reduce the frequency (decrease in consumption), then increasing the frequency and ex...