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

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
  • 880 Views
  • 1 replies
  • 0 kudos

how to solve this error? in simulink

Hi.i uses matlab2019 and i want to design software using simulink.but, when i add "GPIO_WRITE STM32", simulink generates this error. did you know about this error? and solution?

0693W000008wDwQQAU.png
IB1 by Associate
  • 959 Views
  • 1 replies
  • 0 kudos

There is an error in code even though it seems to be completely right.I am trying to glow the LED with the help of touch slider present on stm32l152-DISCOVERY board.I used the reference pdf for this purpose and did all the steps as mentioned in there .

I am just getting one error and it dosent seem to go.Can anyone help me to figure out why this error is coming and help me to resolve it asap.I have attached a screenshot of the same for the refrence below.

TPati.2 by Associate
  • 1057 Views
  • 1 replies
  • 0 kudos

Arduino IDE with STM32

Please, can you help me on how to solve the problem with the flash Loader Demonstrator, recent I purchase Stm32f103c8 which I wanted to use Arduino IDE to embed the blue pill but the flash demo always showing (no response from the target, the boot lo...

YBell.1 by Associate II
  • 4993 Views
  • 4 replies
  • 0 kudos