Hi I have been reading an ST presentation regarding using the internal opamp on a STM32L433. Am I reading it correctly, this saves in having to use an external opamp? I want to use it for as a follower for the analogue input. I am not sure I am read...
Hi, I want to run DSP lowpass filter and also run other applications like voice over ble and touch screen interrupts at the same time. running one after the other is not efficient.Is there a way to run these applications in parallel on a stm32 proces...
environment: Nucleo-G071RB, sw4stm32when I click "Run", the following dialog shows up-------------------Error "OpenOCD child process termination" happensReason: wrong device detected, check the board connected.-------------------console is here------...
DMABR->SR should be auto-cleared when set 1.I haven't modified code - auto generated by hal.It always timeouts - any ideas why? I tried to extend timeout time - bit 0 is always 1.Here is code from HAL: /* Ethernet Software reset */ /* Set the SWR ...
I want try the new stm32l0 series, stm32l010k8t6, but when I used stm32cube to generate MDK project, the MDK seems not support stm32l010 already. So I looked to TrueStudio and IAR, unfortunately they don't support stm32l010...So, I want to know, does...
I've been using Atollic TrueSTUDIO® for STM32, and I wonder why does it mess up the linked directories every now and then?Can something be done about it?It adds "25"s in the path, like:$%25257BPARENT-2-PROJECT_LOC%25257D/cmnThat doesn't work, but :$%...
Do you know the power consumption difference between STM32L0+ series and STM32G0 series? Which is lower? I'm using STM32L0+ series. If STM32G0 series consumes lower power, I'll switch to it.
Hello, I need to implement the SWD protocol in a STM32 microcontroller. SWD as many other protocols has one bidirectional line that is driven push-pull. I am implementing the protocol using bit banging and 3 output and 1 input. 1 output is for the ou...