STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

ST32F427ZGT6, GDB Debug Fail

Hello.There was an error when debugging.​​​Warning: the current language does not match this frame.set *(int *)0xE000EDFC=*(int *)0xE000EDFC|0x7F0​Temporary breakpoint 1, main () at ../Core/Src/main.c:399399  nl80cdat = F_nl80cdat; ​​Reset_Handler:  ...

수김.1 by Associate
  • 779 Views
  • 1 replies
  • 0 kudos

STM32H7 PWM ASYMMETRIC MODE

Hi, I would use PWM Asymmetric mode to create phase shift between two PWM signals on stm32h7. i didn't find application note for this mode for stm32cubemx, could anyone explain it for me please ? duty cycle must be the same for the two signals.Thank 

Resolved! Use BitBand-Adress to feed DMA ?

Hello all, basicly I want to transfer 32bit data bit-wise to a periphal address. Therefore I tried a 200 IQ move and fed the DMA with the bitband adress of the 32Bit data.But the DMA directly sets the error flag. I didn't found a hint in the data she...

0693W00000LxusuQAB.png
FKaes.1 by Associate II
  • 448 Views
  • 3 replies
  • 0 kudos

Writing full flash page does not work

Hi !I try to write 2048 Bytes at once to flash.I do a page erase first of page 31.EraseInitStruct.TypeErase = FLASH_TYPEERASE_PAGES; EraseInitStruct.Banks = FLASH_BANK_1 ; EraseInitStruct.Page = 31; EraseInitStruct.NbPages = 1;the description o...

sde c.1 by Senior II
  • 1534 Views
  • 12 replies
  • 0 kudos

STM32G0C1CE ADC1_IN15 setup

HiTrying to configure a 48-pin STM32G0C1CE project in STMCubeIDE 1.9.0., specifically configuring pin 23/PB11 as ADC1_IN15. The embedded MX tool chip pinout view allows one to select pin 23 as ADC1_IN15, but then leaves PB11 yellowed in the overall ...

DPaul.2 by Associate II
  • 326 Views
  • 1 replies
  • 0 kudos

Resolved! [SOLVED] SCK idling high when SPI module is stopped

 FIX: Enable pull-down resistor in SCK pinInit parameters:CPOL=0 CPHA =0, so SCK level should be idling at LOW level.Software NSSHalf-Duplex, master modeSoftware: CubeIDE 1.9, CubeMX 6.5.0Device: STM32F411CEIssue:Regardless of the clock config, SCK i...

0693W00000LxuCUQAZ.png
Labels