User Activity

I place a break point in the callback HAL_ADC_ConvCpltCallback() and the first time it is entered EOC, EOS, OVR are all set. So I have already missed reading a conversion. How are mulitple values read using interrupts. After reading through the doc...
I am using STM32CubeIDE on linux Also an aside the debugger is having problems finding source files even if I give it the correct {project}/Core/Src directory. When I give it the actual file it is happy. Thank you and have a productive day : )
Hello,I am using nucleo-64 board and CubeIDE in linux ubuntu.Everything is working fine except I can not see any of my serial output from the application. St-link is connected to usart2. I thought they could be used at the same time. Do i need to use...
Hello,My O.S. is Linux Lite (ubuntu).I am getting "No such port: '/dev/ttyACM0' msg when I try to open the internal serial monitor in the IDE. I also tried /ttyACM0, etc.. When I use the Aruduino ide I can access the port successfully.ThanksTop
I am using the ADC on an stmf030 nucleo boardI am having trouble with controlling the interrupts.I am scanning two channels, have eoc & eos enabled to cause an interruptI am using software trigger.My main issue is:  The ADC ISR keeps firing away with...