Resolved! Is there any example for Azure USBX driving USB-to-LAN stick as usb host?
I want to connect usb-lan stick to stm board over USB-ECM or Asix. The stm board is configured as usb-host.
I want to connect usb-lan stick to stm board over USB-ECM or Asix. The stm board is configured as usb-host.
Hi everyone,I am developing a sound acquisition node with MEMS-Microphone and everything works fine except that the FFT output not as it's supposed to be! even it's work and frequencies in the input data is detected good but imag[0] != 0 why? and it ...
Hello!I am currently working on a project using the stm32h74.In previous projects i have used this mechanism using UART or SPI but never ethernet.Trying to understand wether it is possible to use the built in stm32 bootloader using ethernet?Thanks :)
I am attempting to send data in bulk, 64 bytes at a time for every SOF interrupt, however I don't see how to enable the interrupt.I attempted defining USE_HAL_PCD_REGISTER_CALLBACKS as 1, but that doesn't seem to trigger the SOF interrupt.
I am using STM32L082KZT6 and want to use bootloader with USB. I have read instruction and in my perspective I thought that just by connecting boot0 pint to high then usb bootloader mode would start. But it didn't. I putted the schematic picture belo...
Following the recent and exciting announcement that ST and Microsoft are teaming up to ensure the integration of Azure RTOS in the STM32Cube environment, we feel like it is time to share more details directly with our community of developers.While ST...
How does the FIFO created in MX_USB_Device_Init() match the endpoint?In the USBX document of Azure, the descriptor is directly made into an array, while the sample program uses a lot of functions to implement it. What are the benefits of this? Not ea...
Hi!I'm using FatFS R0.11 with STM32F373 and sometimes it works to use FATFS and sometimes not.These are the issues I got and I don't know why. Can it be something with NVIC interrupts that causing issues with the FatFS library?Mount SD card: Mount SD...
Hi,We are currently using H745 in our design and we noticed this little excerpt in the bootloader manual (AN2606):" Additional reset needed after power off/on to enable connection to the BL interfaces "It seems that not all resets are equal and the r...
Using STM32CubeMX to make a DFU bootloader, I want to light a LED whenever USB packets are exchanged, to indicate that a DFU binary is being transferred....but I can't find the right callback to place my HAL_GPIO_WritePin (which makes the LED light u...