I am getting exception thrown at 0x0000000000000000 when calling connectDfuBootloader with "USB1". This works fine in another program but in my current program I am getting this exception error. Do you know what I'm failing to do?Mark Sloan
We are using a STM32F76ZI for a consumer device.The Firmware used to work fine with no errors.Since STM32Cube_FW_F7_V1.17.0 the I2C communication does not work all the time reporting random I2C Errors. The most common error is HAL_I2C_ERROR_SIZE that...
Hi all,Is it possible to capture image from an IP camera which is connected to an STM32 MCU via ethernet port? An external RAM can be added to handle the data traffic. Due to multiple reasons I cannot use a digital camera instead of an IP camera.Does...
Hello,I am using STM32H743 and imported the sample project LwIP_HTTP_Server_Netconn_RTOS. Is there anyway to indicate the TCPIP is still alive or not in case the ethernet cable is disconnected?Thanks
Hi,I am using a Nucleo-G474RE with the azure V1.0.0 pack and using a thread example project to interface to an external I2C 256 byte memory device.Using blocking I2C read/write works fine, I can read and write the 256 bytes in one go.When I switch to...
according to the datasheet, I understand that PA11 and PA12 are mapped by default, which don't have USART TX/RX function, it should be changed to PA9 and PA10.AN2606 says that P9 and P10 can be usedDoes it mean that the bootloader automatically swit...
Hello,I have made a custom board for the STM32G070KBT6 MCU to interface with other boards in an embedded project. I have added a mini–USB B connector to the PCB to communicate between the MCU and my computer. In the MCU, I am using one of the USART c...
hii i have the stm32h753 nuclio board and i am trying to run udp client on the board and my pc will be UDP_SERVER , i am using udp_echoclient_connect() and udp_echoclient_send() functions, that are inside the files that is included in the project e...
STM32F429.The problem appears after the bootloader has run and jumped to application code, which it does when BFB2=1. When my application reads data from addresses around 0, it gets data from the ROM bootloader instead of from flash. I.e. it behaves ...