User Activity

Hi, everyone.When implementing a sort of delay function using Timer2 to have a more precise time control, while putting the MCU in power-saving mode, I noticed that the division performed to the APB1/2 clocks does not correspond to what's programmed....
Hello,I am using a Nucleo-L073RZ board for my application. Reducing power consumption is adamant. Being so, I opted to put the MCU to sleep mode with WFE in some ocasions where some kind of delay is needed, with a reduction of HCLK (64 division). I a...
Hi,I'm developing some firmware having in mind a possible future need for portability. Being so, I thought about labeling pinouts on the Device Configuration Tool (DCT) and generate code (in the future, giving the same pin names to different pin grou...
Hi,I've been having some troubles configuring DAC channels and can't seem to find what the problem is.I have a C++ class that is intended to setup and control a DAC and I can't write on the registers to do it. My class is the following (dac_test_clas...