Any serial gdb support ?
Hello,Does st provide any gdb stub solution in the source files of stm32cube ?Thanks,ranran
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,Does st provide any gdb stub solution in the source files of stm32cube ?Thanks,ranran
Hello everyone,I'm having really hard times using timers in my project. I am using STM32F401RE with CubeMX and AC6 as workbench. Let's go in order: i have some ADC conversions to perform that are triggered by timer firing, then the converted values a...
Is there a way to handle a lot of discrete I2C slave addresses; I can't cover all the different addresses I need with the standard two addresses + masks without covering unwanted ones that I don't want to be ACK'd.I'm wondering if there's a way the c...
Hi,We are using STM32F407G-DISC1 discovery kit with an external debugger/programmer. CN3 jumpers are off, SB11 soldier bridge is disconnected because we are using the NRST pin for JTAG. We've a simple led blinking user application based on system tim...
Hi all,ADC triggering appears to be at half the frequency of the timer, (ie occurs every 2 update events), is this expected ?This is with a STM32F334 progammed using HAL and with code generated by CubeMX.I am reading 14 ADC channels using DMA (2x7 in...
Hi,I am working on stm32f779 eval kit. How can I detect memory leaks on stm32? Can anyone please suggest ways.
For some reason I cannot flash my Nucleo (STM32F446) board anymore. It used to work well... I got the following message:openocd -f ./cfg/openocd.cfg -c "program ./build/ch.elf verify reset" -c "shutdown"Open On-Chip Debugger 0.10.0Licensed under GNU ...
Hello,Is it possible to have in-application-programming (IAP) on STM32L011F4? I can see the IAP example listed under STM32L073Z-EVAL but I am not able to build for STM32L011K4. Just to give an example: macro OB_BOOT_BANK1 is defined only when setting...