Where is the USB Host Library code located in the STM32Cube package?
I find the USB Device Library code in "Middlewares\ST", but no Host Library code. Where is it located?
I find the USB Device Library code in "Middlewares\ST", but no Host Library code. Where is it located?
We need to be able to program a new board with firmware as well as update the firmware...both using USB. What do BOOT0 and BOOT1 need to be? We currently have BOOT0 low to boot from system memory. If updating firmware, how do we get the bootloader...
I have an STM32F769 Discovery board. I have used STM32CubeMX to generate the code for an Audio project How do I access the audio data from SAI2 and the audio data to SAI1 ?
Hi, I'm trying to save data into a usb with and STM32F7I have no problems doing it till I try to unplug the usb, if i do that (even not saving or with the closed file) the cpu is just stuck there, and i cannot debug cause it doesn't seem to be dead a...
As mentioned in the diagram below, I am working on securing BootLoader. For now I just want to implement the red part in the flowchart and after I get familiar with it, I'll be doing the rest too. The actual model name of the device I am working on i...
When connected and detached the APC UPS device, my STM32 code is able to trigger the HOST_DEV_ATTACHED and HOST_DEV_DISCONNECTED events.After HOST_DEV_ATTACHED and HOST_ENUMERATION events, In HOST_CHECK_CLASS, I have added code to sent a character to...
I'm unable to complete the download of the above mentioned product. I get the following error messages:a) Error 13001: Product not registered with the FLEXnet Connect.b) 1628: Failed to complete installationc) This product code is either not register...
I am in the process of porting the LwIP 1.4.1 evaluation project in AN3966 from the STM32F407 eval board to our own STM32F107 board. Everything went smooth on the receive side (receiving ARP, etc. packets just fine) but nothing was being transmitted...
I have to implement TFTP with RTOS(RTOS is importent because my application code is running on Free RTOS) for file transfer.. I am searching last many days for an example code of TFTP with RTOS, but the result was null. If any one having a sample cod...