Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

freezing on stm32 for two second while erasing sector

Hello all,I would like to write data to eeprom of stm32f413zh with stm32cube ide. I use HAL library to do this. I am able to write to eeprom correctly. But while erase function is running, microprocessor freezes for a while(one or two second). I trie...

Auysa.1 by Associate
  • 912 Views
  • 2 replies
  • 0 kudos

Resolved! STM32-Mat/Target problem with Simulink 2021a

Hi,I was able to generate code for an STM32G474 with Matlab/Simulink 2020b. After an update to Matlab/Simulink 2021a code generation is no more possible. The only STM device I can choose is "ST10/Super10".What can I do or when will a fix be available...

ThorstenO by Associate II
  • 1458 Views
  • 2 replies
  • 0 kudos

Nucleo-l476RG development kit.

Hi everyone.I'm new here so please forgive if me questions are basic.Lately I received Nucleo-l476RG development kit, and for the basic testing I'm using the Arduino IDE to upload the test file.I'm using Ubuntu 18.04, with Arduino 1.8.13.compiling th...

Iaomari by Associate II
  • 1058 Views
  • 2 replies
  • 1 kudos

Structure in bit band region

Hi, I have this very simple code that sets generic flags to the desired value:struct GenFlgStr{ uint8_t F1 : 1; uint8_t F2 : 1; uint8_t f3 : 1;};struct GenFlgStr GenFlg;main{ GenFlg.F1=1; GenFlg.F2=0;}----------------------------------------...

Resolved! stm32g071rbIx or stm32g071rbTx?

I am using Keil Development environment for stm32g071 nucleo board. Which device should I choose? stm32g071rbIx or stm32g071rbTx? And how do I decide which one is correct for me?

Singh12 by Associate
  • 806 Views
  • 1 replies
  • 0 kudos