User Activity

Previous I2C EEPROM chips had (eg) 3 address pins A2..A0, where you could hardware the I2C address. This allowed up to 8 devices on the same I2C bus in case you need more storage capacity.With the M24M01E this is no longer the case : the device can h...
Most I2C EEPROM (eg M24M01E) need some time after a write command to transfer the written data into the internal EEPROM. During that time (eg max 3.5 ms) the device does not respond to I2C.My question is about the timeOut parameter in the HAL_I2C_Mem...
For these EEPROMs there is a WP pin, which must be (active) low to enable write operations. I am driving this pin from an MCU, (ie. it is not tied to GND).Also these EEPROMs need some time after a write command to effectively write the data into the ...
I am developing an application on the Seeed Lora-E5 module, which contains an STM32WLE5.Currently I am programming the device via the SWD interface, but for future firmware updates I want to use the UART, (this UART is available externally through a ...
I use STM32CubeIde in a fairly standard way, only that I use C++ source on top of the C HAL code. When inspecting the build with Build Analyzer, I noticed A LOT of code which I think I never included.. (never sure what all the HAL files do..) for exa...
Kudos from
Kudos given to