2019-08-08 10:11 AM
Actually In our Company the Controller is using STM32L452RCT6 Before Getting A sample Design Board. I need to test with any Eval Board of STM32L4 Series. I Need Evaluation Kit for this controller STM32L4RCT6 Is there any alternate Eval Board available. Hope I am looking forward for your reply.
Solved! Go to Solution.
2019-08-09 06:41 AM
STM32Cube_FW_L4_V1.14.0\Projects\NUCLEO-L452RE\Applications\USB_Device\CDC_Standalone\readme.txt
2019-08-08 11:26 AM
There are several STM32L4R (L4+) boards in EVAL, DISCO and NUCLEO formats. These would likely suffice as proxies, lacking any specific stated requirements.
2019-08-08 12:41 PM
STM32L4R9I-EVAL https://www.digikey.com/products/en?keywords=STM32L4R9I-EVAL
STM32L4R9I-DISCO https://www.digikey.com/products/en?keywords=STM32L4R9I-DISCO
NUCLEO-L4R5ZI https://www.digikey.com/products/en?keywords=NUCLEO-L4R5ZI
2019-08-08 10:23 PM
Hi Clive,
Thank you for your response. As per our requirements the above 3 boards won't suitable , it doesn't have USB device support. The above reference Board support only USB OTG 2.0 FS. I need the Board with USB Device Support. Is it Board Available in Market with USB Device support. Hope I am looking forward for your reply.
2019-08-08 10:48 PM
First, there is no such a STM32L4RCT6 MCU. Second, how about reading at least first lines in a data sheet?
The devices embed an USB OTG full-speed device/host/OTG peripheral with integrated transceivers. The USB OTG FS peripheral is compliant with the USB 2.0 specification and with the OTG 2.0 specification.
2019-08-08 11:09 PM
Hi Piranha,
Thank for your response. I am extremely sorry spell mistake STM32L4RCT6 MCU instead of STM32L452RCT6 MCU.
Actually, I am asking instead of a USB OTG full speed ,is it directly USB FS Device mounted on PCB Eval Board available or not.
2019-08-09 04:18 AM
Pretty sure these can be HOST or DEVICE, if that's what the question is. Look at board code examples in CubeL4.
Edit suggests a non L4+ device.
2019-08-09 04:50 AM
Hi Clive,
Thank for your response. Please find the snapshots for your reference. As per your suggestion I will go through Examples codes.
2019-08-09 05:14 AM
The predominant use case is as a USB DEVICE
2019-08-09 06:22 AM
Yes, it is a vital Role.