STM32g491KE MCU does not reset in debug mode
STM32g491KE MCU does not reset in debug mode, debug session hung up right after I press Restart button.CubeIDE 1.6.0 generated projectSegger J-Trace Pro using SWD interface
Ask questions, find answers, and share insights on STM32 products and their technical features.
STM32g491KE MCU does not reset in debug mode, debug session hung up right after I press Restart button.CubeIDE 1.6.0 generated projectSegger J-Trace Pro using SWD interface
I use the NUCLEO-L4R5ZI Evaluation Board.I use STM32CubeIDE with HAL and gcc.When i activate an Timer Output Channel (I have tried it with Output Compare, PWM, Forced Output) i get a Signal:0 in the gdb after the Timer init (e.g. after call of MX_TIM...
Issue traced to offset value for EXTI.EMR1 register in SVD file should read 0x84, not 0x80 which is EXTI.IMR1
Is there a difference in the port pin setup, between I2C and SMBUS-two-wire mode?Say the STM32F469NIHx, if I set the mode to I@C, but the MCU drives a SMBUS device, is there any potential problem?Any help appreciated
I want to design a GPS car tracker that alarms when the speed reaches a certain value and I want to first test the code with the USB to TTL module which is connected to my stm32, and simulate sim808 answers. when I send the GPS information only the f...
Hello,Has anyone ever used the emulated usart provided by ST (AN4457) based on timer and DMA?I need it for transmit, not for reception.In my test, most of the time TX characters are corrupted, sometimes it works.I checked with scope and it appears th...
Looking at the pinouts for the 20-pin JTAG connector on the CBA being programmed, I see:1 - 3.3V2 - JTMS3 - GND4 - JTCK5 - GND6 - JTDO7 - n/c8 - JTDI9 - GND10 - /JTRST11-20 - Odd pins are GND, Even pins are n/cLooking at the STDC14 connector pinout f...
I've purchased an LRWAN2 kit for an upcoming ST workshop, and I wanted to make sure I can set the RF band, etc. when the time comes.I've followed the setup instructions in UM2587 rev 2, the "Getting Started" guide, and I get the following power and s...
hello every one. im running something that needs high clock speed. actually i want to create picture with some moving LEDs. i have 75MHz on gpio but its not enough. i just know its possible. im using register codes. im using boolean array for image d...
__WFI(): (Wake up by Interrupt):leads to a one wake up as expected but swallows some interrupts if more interrupt sources are simultaneously produce interrupts. The understanding of this behavior costed me a lot of time. __WFE(): (Wake up by ...