STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L4 QSPI flash memory mapped

Posted on June 16, 2018 at 14:32 Hello there, In the device I am developing on STM32L452 I foresee running out of flash memory, as the application code is getting bigger. The maximum flash amount for this chip is 512 KB (which I use). I thought I...

STM32 RTC milliseconds setting

Posted on June 07, 2018 at 03:50Hello,I'm using the STM32 H753 Evaluation board, and trying to set the milliseconds by using HAL_RTC_SetTime function.However, the HAL_RTC_SetTime function does not change the milliseconds(subseconds) value.I've read ...

STM32F4DISCOVERY Register Level Programming

Posted on June 09, 2018 at 04:32Hi Everyone,    I am new to stm32f4 series. I have done GPIO example using libraries. But i wanted to do register level programming. I have tried it but i could not get output for this. Can anyone help me out?&sharpin...

Yadav by Associate II
  • 2625 Views
  • 23 replies
  • 0 kudos

Resolved! STM32F407 ADC LOWER LEVEL PROGRAMMING ISSUE

Posted on June 12, 2018 at 06:37Hi Everyone,       I m interested in doing lower level programming. Now i currently working with stm32f407 board. I have successfully got the output for GPIO. Now i am started working on ADC interface. But i couldnt g...

Yadav by Associate II
  • 1555 Views
  • 9 replies
  • 0 kudos

can't escape while loop in SystemClock_Config();

Posted on June 14, 2018 at 09:35So i noticed something interesting. When setting up a project with cube or looking at a ST example for USB host the Config for system clock is like this.RCC_OscInitTypeDef RCC_OscInitStruct;RCC_ClkInitTypeDef RCC_ClkI...

td by Associate II
  • 1240 Views
  • 4 replies
  • 0 kudos

About SWD signals

Posted on June 14, 2018 at 16:00Hello, please tell me, what is the minimum number of signals required for the SWD interface: SWDIO, SWCLK? NRST is also required or possible without it?

v_tamakov by Associate II
  • 1195 Views
  • 4 replies
  • 0 kudos

STM32L433RC Flash Memory Map

Posted on June 15, 2018 at 11:50Hi, I'm working with a NUCLEO-L433RC board and I'm trying to use storage_on_flash library (https://os.mbed.com/teams/mbed_controller/code/storage_on_flash/file/2bb58064d0a2/SOFBlock.h/)This library works well on the N...