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.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
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.
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 ...
Hello everyone,I'm having issues with the Heap of the LWIP that is used/full, and I can't do any mem_malloc. I have dig a bit on why the log of LWIP tells me that it couldn't allocate memory ("etharp_raw: could not allocate pbuf for ARP request"). A...
I am using STM32C011F4 mcu on my project. I want to send my device to sleep mode with HAL_PWR_EnterSTOPMode(). STM32C011F4 does not have build-in Walke-up option in RTC driver. So, I'd like to learn if it is still possible to use AlarmA to periodic s...