Resolved! bug in Arduino Core STM32 I2C-Slave
Please see:https://github.com/stm32duino/Arduino_Core_STM32/issues/2585#issuecomment-2517922666 I am stuck, being unable to use the device as a I2C slave.
Please see:https://github.com/stm32duino/Arduino_Core_STM32/issues/2585#issuecomment-2517922666 I am stuck, being unable to use the device as a I2C slave.
Hello,Now I'm trying to watch battery charge status using the charge IC BQ21061.I got the each registers' value via I2C by STM32LO MCU.I felt strange that Charge CV state and PGOOD state was set in the STAT0 register but Charge CV flag in the FLAG0 r...
Hi Team,According to datasheet of SMBJxxA series, may i know do we have any option having voltage is 60V? Part number SMBJ60A is not valid in Datasheet.
We are using the STMPE811QTR touch screen controller in a project and observed unexpected behavior during testing. Specifically, the device's touch functionality became disabled temporarily and then recovered. To replicate the issue, we shorted the...
Hi, We are working on a Smartphone design on Qualcomm’s QCM6690 5G platform. We found that ST Micron part ST54L-WLCSP is POR-ed with QCM6690. We have some queries regarding this part: Are Apple VAS & Google Wallet supported by this part?Does this par...
Hi everyone,I am currently working on running the USB HS examples (USB_Host_Device_Examples - dual role device) provided in the user manual for the OPEN405R-C. My goal is to use the board to read files (e.g., .txt, .png) from a USB drive.Setup Detail...
Hello! i'm new to stm32 programming. i have been trying to connect stm32 nucleo 142zg board to a GUI. the GUI is made in pycharm using Tkinter library to control PWM signal coming as output from stm32 board. I'm planning to connect stm32cubeIDE and ...
HELLO. CAN SOMEONE HELP ME IDENTIFY THIS CIRCUIT WHICH HAS THE NOTATION OF L4T . IT APPEARS TO BE A MOSFET BUT I'M NOT SURE BECAUSE I CAN'T FIND ANY REFERENCE ABOUT IT ANYWHERE. BECAUSE IT HAS 8 PINS. ITS DIMENSIONS ARE 2 X 2 X 1 MM. THANK YOU FOR AN...
First of all, thank you all in advance, I am trying to control IKCM15L60GA IPM with Stm32f429. I have added the circuit diagram below, my problem is that when I start the 250 W asynchronous motor drive process that I connected to the IPM output, it v...
Hi, SofLit @PGump.1 @When reading the FIFO buffer through I2C read command, we typically retrieve 6 bytes of data: 3 bytes for the Red LED value and 3 bytes for the IR LED value.The question is: how is the data arranged in the 6-byte buffer?Is it or...