RT1052(3) Usage of LPI2C
After learning about the first peripheral, you probably know the configuration routine of the peripheral in RT1052. It is roughly as follows.// start:
// Preparation 1: First ...
Live Topic: Renesas Electronics Arm MCU's New Energy Attack: RA6T2
Live broadcast time: 21 December 2022 (Wednesday) 14:00-15:30
Live broadcast content:
· Renesas MCU, embracing the Arm ecosystem· Ren...
Last time I used Python for development, and basically I didn't need to configure environment variables and could use it directly.
Although it is convenient, all the codes are concentrated in one file...
I used STM32CubeMX to set PB8 and PB7 as I2C pins, but the chip did not work because PB8 is the Boot0 pin by default and the circuit needs to be GND. So I used STM32 ST-LINK Utility to set it up and i...
TensorFlow is a popular framework in artificial intelligence. Currently, STM32 AI supports the TensorFlow framework. If you want to run TensorFlow on a microcontroller, you must first let TensorFlow r...