Hi,I'm trying to set up the CDC with my H053RB board. and I found a guide on following link.https://community.st.com/t5/stm32-mcus/how-to-use-stmicroelectronics-classic-usb-device-middleware-with/ta-p/599274But I realized there was issue about HardF...
Hi there, I have NUCLEO-H503RB. and I want to use comport (uart) between my laptop and H503RB only with usb cable.I don't want to connect H/W-UART(RX/TX) pins. Is that possible? Thanks,
Hi, I'm trying to check I3C protocol with NUCLEO-H503RB and IKS01A1.I just followed below link for I3C. https://wiki.st.com/stm32mcu/wiki/Getting_started_with_I3CAnd I can see that the master transmit the data but there is no ACK from the slave.(I've...
I'm trying to check I3C protocol between IKS02A1 with NUCLEO-H503RB.
and I just followed the guide which is below link.
https://wiki.st.com/stm32mcu/wiki/Getting_started_with_I3C
And I also tried I3C_Controller_Private_Command_IT code from the github...
Hi @STTwo-32 I tried duplicating the code from the the link https://github.com/STMicroelectronics/STM32CubeH5/tree/main/Projects/NUCLEO-H503RB/Applications/USBX/Ux_Device_CDC_ACM Bt i seems that it never calls "entry function tx_application_define()...
Hi @B.Montanari , I've tried exactly same what you explained, but the code gets stuck in below.while(hUsbDeviceFS.pClassData == NULL); This issue is exactly same that @NikhilP, @JerryK mentioned. and Ican't try @JerryK 's codes about "enable VDDUS i...
STTwo-32,Thank you for your reply. I'm trying to generate the code that you sent the link, but there's errors. 1. there is no tx_api.h file.app_threadx.h/* Includes ------------------------------------------------------------------*/#include "tx_api....
Foued_KH, My target board is X-NUCLEO-IKS02A1. I was going to try with IKS01A3, but it was out of stock. Do you think there might be some problem? but I can see the data communication by scope when I tried 3000Khz. Thanks. Luke.