User Activity

Hello all,Must use I/O expander (PCA9534PW) with STM32F334K8T6.Code:HAL_I2C_Mem_Write(&hi2c1, 0x20<<1, 0x03, I2C_MEMADD_SIZE_8BIT, 0x00, 1, 15000);All code (CubeMX generated): https://pastebin.com/GKNxHSut The usual HAL_I2C_Transmit is not suitable, ...
Hi!I design a board on which there will be several microcontrollers (STM32 and ATMEGA328), 12V comes on the board and I need to lower this voltage to 5V. In addition to the controllers, I will power a few more sensors and LEDs.I am trying to find a r...