2024-09-07 03:30 PM
Hello,
We will be using STM32H723 + FreeRTOS in our system and I am hoping to integrate Infineon's CYW4373 as the Wifi/BT controller.
I am to connect to the CYW4373 using USB instead of SDIO+UART, as I am running out of pins on the H723 and using USB will save me many pins. However, I have not found any driver/firmware support for this configuration. Can someone help point me to where I can learn more about this configuration?
Thank you in advance for any help!
Ed
2024-09-07 03:33 PM - edited 2024-09-07 03:49 PM
Here you can find contractors to develop a custom USB driver for your project.
USB can be harder than it looks. To find the optimal interface mode of this chip with STM32 type MCU, ask Infineon tech support or download and study documentation and examples (behind the login wall), linux drivers etc. This research can be delegated to the contractor too, freeing you more time.
2024-09-08 02:25 AM
Yeah, definitely look for driver support from the infineon side, not the ST side. The datasheet says it support "Linux, android and RTOS". Find the dev kit for this chip and look at the software that comes with it.