I have written a code which test the TIM15 for delay response of 630uSec (using DWT to measure in uSec). Below is the working code (superloop). I have looked into oneshot and could not make it work from CubeMX and TIM15 configuration. I found it was ...
Attached is the IOC setup for simple continuous PWM Mode from LPTIM1 from STM32BW55 (all Cube IDE/MX updated with the library, etc).. RB2 showing the waveform as per Peroid and Pulse width (from 64MHz clock input) but I get no interrupt (enabled by I...
My colleagues went to my office and reported that the STM32L452CC with the USART interface (5MHz and 10MHz) was working fine but had to use STM32L4Q5CG due to stock usage, but it failed at 10MHz but working fine 5MHz.I have explored errata, datasheet...
I have most recent version STM32CubeMX, but it keeps popping up do you want to generate code every few minutes, it is annoying. I prefer to generate code when I exit the CubeMX, how to restore that configfuration?
I have a client project using Cube IDE 1.6.1, not willing to install Cube IDE next to the already installed Cube IDE 1.12.0, was it possible to downgrade the GNU tool and if so what version to use and how.
I would like to help other so I created the gettimeofday.c and then added a function that return just 0 since I'm not using it but it resolve compiler error with some peace of mind. #include <sys/time.h>
int _gettimeofday( struct timeval *tv, void *...
I checked the ID file and found no gettimeofday so I don't know where this coming from and how to make it go away or I have to wait for next revision release by ST?is there code snips to add in gettimeofday
This HAL_LPTIM_TriggerCallback() interrupt would not work due to a Software Trigger, so I replace it with HAL_LPTIM_AutoReloadMatchCallback() and it worked fine.Sorry to bother you, you can close it. BTW: The documentation for LPTIM is a mess, no gui...
Yes it is non-specific,I was hoping for some pinpointing of what actual changes between MCU of the very same specs under the same reference manuals, that stop 10MHz from working.
It has been like this for some time for a new laptop with Windows 11, so I click NO and remember that decision when it asks for a code update spuriously, so it goes away forever. While the STM32CubeMX lacks a code update bottom, I managed to find a c...