2024-06-15 02:10 AM
Hi,
I currently working on the EC25 Modem using STM32F407VG support for CDC, where I am able to get all the enumerated values of Device Descriptors, Configuration descriptor and Interfaces but unable to transmit the data and get the response back, and I have used the CDC example code of STM32.So can someone guide me regarding this issue.
AT Command Used: "AT\r\n"
@STea
@Danish1
2024-06-15 02:58 AM
@Shashanksd07 wrote:the EC25 Modem
You mean this: https://www.quectel.com/product/lte-ec25-series/ ?
That seems to be just a module? So how do you have it connected to your STM32F407VG ?
Have you verified that you can communicate with it from a PC?
2024-06-15 03:48 AM
I have integrated the EC25 on the mini pcie evb v1.02 kit and then using USB cable to STM controller and I have checked it via serial (putty) but not with STM CDC example.
2024-06-15 04:31 AM
@Shashanksd07 wrote:I have checked it via serial (putty) but not with STM CDC example.
You mean your "EC25 on the mini pcie evb v1.02 kit" does work when connected to a PC?
So does your STM32F407VG work with any other USB CDC devices?