User Activity

HelloI can read mpu6050 via I2c1 in stm32F4Disco but I cant read mpu6050 in STM32F746 Touchgfx.All values returns 0.This is my reading code. it is working in 32F4DISCO:#define MPU6050_ADDR 0xD0     #define SMPLRT_DIV_REG 0x19 #define GYRO_CONFIG_REG...
Helleo,I am newbie in Touchgfx and I try developing first project. I am willing to data transfer stm32746 to pc via usart and control pins.When I click the button stm doesnt send data via usart or stm doesnt control pins.Screen1View.cpp codes:#includ...
HelloI have Nextion display. Ican control it with arduino library in Arduino ide good.I am learning communication nextion without itead nextion library via uart.I designed simply page in nextion. it has just a textbox named "t0".I try send a word fro...
HelloI wrote UART sending command. I use cp210x from Silicon labs. But i didnt see numbers in putty or termite .Please tell me what is wrong ?[url=https://hizliresim.com/dABfK1[/url]My code:My code:#include "string.h"char com_giden[50];int ix = 0; sp...