python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Unable to start debug session with OpenOCD/Clion
I'm currently trying to set up CLion for embedded development. Running 'build' by itself creates the executable without any issues, but trying to start the debugger fails with the following error:
/u...

tiradoe
Votes: 0
Answers: 2
STM32F4 Timer Triggered DMA SPI – NSS Problem
I have a STM32F417IG microcontroller an external 16bit-DAC (TI DAC81404) that is supposed to generate a Signal with a sampling rate of 32kHz. The communication via SPI should not involve any CPU resou...
enrpr
Votes: 0
Answers: 1
Strange Issue with STMF407 RTC - only counting once, but counting regularily when Breakpoint is set
I have a strange issue with the RTC of an STM32 F407 in one of my projects.
Abstract: The function HAL_RTC_GetTime(...) updates the output value only once, then remains at the same valule, but it upda...
Chris_B
Votes: 0
Answers: 1
LWIP CGI handler - Sending data back to webpage instead of returning a filename
I'm running an LWIP http webserver on an STM32F4 discovery board. It displays a webpage when its IP address is entered on a web broswer. I need to send a string back to the webpage when the LWIP CGI h...
Arun Cheriyan
Votes: 0
Answers: 1