Where can I find the Windows program source code in item 3 of AN4657 or the built program?
I'm looking for the IAP driver menu program, where can I download it? Do you happen to not provide it?AN4657!!!!!
I'm looking for the IAP driver menu program, where can I download it? Do you happen to not provide it?AN4657!!!!!
I am trying to learn ether net programming , but i find it very difficult to acquire resources online for ether net programming on stm32 .Please help me out
There is a bug in the IRQHandler function that causes the callbacks associated not being correctly called. hspi->State = HAL_SPI_STATE_READY; if (hspi->ErrorCode != HAL_SPI_ERROR_NONE) { #if (USE_HAL_SPI_REGISTER_CALLBACKS == 1UL) ...
Hello! I have one of the new Arduino Portenta H7's which is fitted with a STM32H747XI. I need to get the board into DFU mode and don't have easy access to the BOOT pin. So I would like to achieve this via software. I tried the ST suggested code, but ...
Hi.I need to record audio with the line-in jack on the STM32F746G board. I looking for an example that deals with Jack input. Is this possible at all ? Could anyone help me to get line-in working?Thanks in advanceKind Regards
I'm using a dual-core STM32H745 MCU running firmware on CM7 core that is able to jump to the built-in bootloader in system memory on an external command. After a FW update via the bootloader, I can jump to the newly updated firmware on CM7 core to r...
Hi There,I am working on Mass Storage Class Host implementation using Stm32F105RB controller. I have designed a custom board. I am facing a issue. After connecting USB drive, enumerate operation fails (Function USBH_Get_DevDesc call always fail). I ...
The corresponding UART works fine with HAL_UART_Receive. I've confirmed with GDB that this function fails to return. I realize I'm leaving out a lot of details here, but from the documentation I can see a lot of reasons why this function can *fail*, ...
I am sorry that I am not good at English.Hi. I use the stm32h743zi mcu. I ported stm32h743i-val lwip tcp echo server and client applicationserver application was well working but client was not workingping test was not responed.my firmware flow is th...
Hi,I have two STM32H743II MCUs, one of them is USB device and the other one is the USB host, did it sing the cube.then added to the host code the USBH_CDC_ReceiveCallback function.and added the HAL_PWREx_EnableUSBVoltageDetector(); function after th...