I need help using OpenAMP
Inquiry about the possibility of opening multiple endpoints to facilitate communication between M7 and M4, so that each specific message triggers a specific response.
Inquiry about the possibility of opening multiple endpoints to facilitate communication between M7 and M4, so that each specific message triggers a specific response.
I try for the first time to use audio , on my stm32h747i-DISCO board. I have 2 questions 1) the build CM7 is showing the following error Description Resource Path Location Type 'Mode' undeclared (first use in this function) stm32h7xx_hal_msp.c /stm3...
Hi everyone,I am developing a new project with SMT32H7 MCU series, in which I have added the ITTIA DB middleware.I’m encountering an issue while trying to compile my project using a Makefile. The Makefile was auto-generated, and the error I get durin...
In another project using FreeRTOS and LwIP, cubeMX allowed the ability to disable DHCP and set a fixed IP address like 192.168.1.10. But I don't see a way to do that using AZRTOS.
I am using the STM32H743VIT and trying to integrate using LTDC. The Display Type options in CUBEMX only allow 16 or 18 bit RGB. I know there is no LTDC_R0, so I assume that is why there is not option for 24 bit RGB; however, we were just planning on ...
Hello,I'm encountering a problem with the STM32G0B0 (also applicable to the STM32G0B1RE) when using flash memory in single bank mode.My application requires single bank mode, but when I use the erase function to erase pages (from both bank 1 and bank...
Hi,I work with STM32H753zi , and I used the example SPI_FULLDuplex_ComDMA.I took 2 boards and connected 4 wires between them , as shown in the Readme file.I run the test .In master , the 2 LEDS that indicate Rx and TX completion turn ON.In slave , L...
Hi Guys,I have a problem with erasing Flash sector. I am using STM32F746ZG Nucleo Board. When I run this code, mcu works perfect it works but I can't install new firmware to mcu. I've also tried example code, same problem. I take (DEV_TARGET_NOT_HAL...
Hi everyone,I'm using an STM32G431KBT6 MCU (STM32G4 Series) and I'm trying to generate a sine wave of 1 kHz using DAC and DMA . I've initialized the DMA as a half word, but it's not creating a sine wave. When I switch to word, it works perfectly. ...
Hello, I encounter a problem with creating a TLS client connection with a client certificate and private key. The server side is Ubuntu based with OpenSSL 3.0.13 30 Jan 2024.Server certificate validation works without any problems. But a weird issue ...