User Activity

We have a design that uses USB CDC device. We have used this with no problems on the 192KB version of the STM32L073 but when we switched to the 128KB version we get a "device not recognized" from the host PC. Before I do a lot of troubleshooting I wa...
The eeprom I am using has no status byte/bit. In order to know if the device is busy you have to look for an ACK when repeatedly sending the address byte.I cannot find an easy way to do this using the CUBEIDE and the HAL. All the low level i2c routin...
I am having trouble getting the ADC to work right in basic polled operation. I am polling two channels which provide voltages via resistor dividers. I have measured the voltages at the ADC inputs and they are correct so I do not believe the divider i...
STM32L073RZWe are entering the BL via boot0. The STM32Cube Programmer software sees the USB port but when I try to connect, the part resets out of the bootloader.Appreciate any ideas.ThanksRich
Hello,I have the RTC set for a 1 Hz interrupt. I have buttons, that when pressed, trigger a rising edge interrupt. The interrupts work fine except that when I call my button handling routine the RTC interrupts are blocked. They remain block until the...