User Activity

How can I have more info about this device? Datasheet, examples and so on..Why I can't find it on the CubeMX (neither in Keil device list) also installing the F0 v1.0.0 package?Which device I've to set in Keil?Thanks in advance,Antonio
Hi,I've read that for some STM families (F0, F3, L0, L4, etc.) the I2C clock timing must be calculated with an excel file or with the STMCubeMX software.The calculus is "closed source"? Can I reproduce it in my own code?I'm writing an interface for a...
Hello,I'm new to the forum. I have a Nucleo-L476RG board and I use Keil with Keil::STM32L4xx_DFP 2.1.0 to program it.During the debug I notice that after the HAL_I2C_Master_Transmit_IT(I2C_HandleTypeDef *hi2c, ...) function call the hi2c->XferSize an...