Is it possible to implement secure boot without using trust zone for stm32U585??
Is it possible to implement secure boot without using trust zone for stm32u585.without trust zone i want to use Boot lock, OTP, secure address like features.
Is it possible to implement secure boot without using trust zone for stm32u585.without trust zone i want to use Boot lock, OTP, secure address like features.
Using CubeIDE v1.13.0, installed this week.On STM32F0Discovery (STM32F051): /* USER CODE BEGIN WHILE */ while (1) { HAL_UART_Transmit( &huart1, "Hello, UART1 world!\r\n", 21, 10000 ); HAL_GPIO_TogglePin( LD3_GPIO_Port, LD3_Pin ); HAL_De...
Hi, i'm Roberto.In my Project i need to update firmware from USB. I wrote a code that when i send a command (a determinated string) from my PC to my board by USB, the code jump from my application to the bootloader address so i can update my firmware...
I am using stm32f407vgt6 mcu and sending data in canbus but I want to receive ack notification
The STM32H743ZI's USB device virtual COM port (VCOM) with Free RTOS is broken after updating to STM32CubeIDE v1.11.2. The problem is caused by FW_H7 updating from v1.10.0 to v1.11.0.I have a program running on NUCLEO-H743ZI2 board. The USB device (VC...
Hello,why is the MSC Host class not active in the Cube IDE configuration tool for STM32U575 series MCUs?I am developing a product based on STM32U575VGT6 and need the USB Host functionality for firmware updates and file storage to USB flash key. As I ...
We are using the ADC on an STM32G4xx for a safety project. The safety manual requires us to read VSS or VDD for ADC diagnostics. STM32G4 has ADC channel 0 internally connected to VSSA, so we are trying to use HAL_ADC_ConfigChannel() to configure ADC_...
Hi,I'm facing an issue in building a SBSFU_Boot example for NUCLEO-WBA52CG.The issue seems to be with the linkage error, for the Third_party files (mcuboot). Please find the error message below: C:/Users/zapk/STM32CubeIDE/workspace_1.13.1/SBSFU_Boot/...
I have NUCLEO-H743ZI, NUCLEO-F746ZG and the STM32F746G-DISCOAfter trying the FreeRTOS-based HTTP server example which uses lwIP,I noticed lwIP 2.0.2 supports MQTT client codes.I have a Mosquitto 1.5.7 MQTT broker which is installed on AWS EC2 cloud i...
I'm sending a simple string to with HAL_UART_Transmit() "Hello", and when I look at the Input on my COM-Port there is nothing showing up, just a blank plain text site. Yes I am transmitting at the right baud rate 115200 and I don't have an extra par...