How to do an OTA update with STM32U5 using Azure RTOS and security features?
How can I do an OTA update with STM32U5 using Azure RTOS? I need to implement security features like encryption/decryption, integrety check and authenticiy check.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
How can I do an OTA update with STM32U5 using Azure RTOS? I need to implement security features like encryption/decryption, integrety check and authenticiy check.
I am working with stm32h753zi board and i am tring to implement the task swithcing logic, if task 1 is running task 2 wait on while loop and while task 2 is running task1 should wait of while loop. I task 2 locked inside the osDelay().
I have a webserver on a stm32f407 and everything works great! I repeated the same project, but on stm32h750 and the webserver does not work. But if "LWIP_HTTPD_DYNAMIC_HEADERS" is OFF the web page works partially.To me need "LWIP_HTTPD_DYNAMIC_HEADER...
Hello , I amusing the Function pack for sensors(IKS01A3) and BLE (BlueNRG2A1) on STM32L476RG but I am constantly getting the below error : Error: hci_le_set_scan_response_data [ff]Full log : UART InitializedSTMicroelectronics FP-SNS-MOTENV1: Versi...
I'm trying wean myself off the STM HAL library and learn how to program peripherals at the register level. I'm starting with UART1 on a STM32H7A3. UART1 with Alternate Function 7 has TX on GPIOB pin 6 and RX on GPIOB pin 7. So I think I need to se...
Hello,I am working on the USB DFU for a STM32H7A3ZGT6I have two projects one for the DFU and one with the application to be updated.My application works fine when I download it with the debugger.The DFU part manages to erase and program the new app t...
Setup:(custom hardware based on STM32f373 with a USB A female port)STM32F407 Discovery Board with additional micro-B to A cable for the USB driveKeil uVision 5 and STM32CubeMXWhat I want to do:Plug in a USB thumb drive into the USB port to upgrade th...
Hey guys, I was wondering if someone made the onboard High Speed PHY to work on the STM32F730Z8? No matter what I have tried, I am not able to make it work on HS. I am trying to implement an MSC host to read a USB memory stick. It is working without ...
I have referred to this document but it gives no solution.https://community.st.com/s/article/how-to-enable-dma-in-usb-with-stm32h7-devices?t=1659888985140I have tried putting all the USB variables and arrays into a noncacheable region of AXI1 RAM but...
Posted on July 14, 2018 at 01:29Hi,what is the procedure to start the system bootloader in the STM32H743 via software. Even newest AN2606 is not clear on this, since none of the mentioned methods fit the STM32H7 registers etc.What I mean:For the F4 ...