I refer to the BLE Beacon FreeRTOS example and include the FreeRTOS file into the BLE Serial Port example, but the RAM exceeds 1808 Byte, so I modified FreeRTOSConfig.h and adjusted the constants related to SIZE, but it still failed.I would like to a...
I'm using the L4xx HAL library and trying to set my SPI RX threshold value to 1/4 so I can receive a single byte response. From my research there should be a HAL function called SPI_RxFIFOThresholdConfig that will do this. When I put it into my SPI i...
Good morning,I have a problem sharing a variable between bootloader and application into my STM32F303ret6 uC. I need to write a shared variable to tell the bootloader that it has to wait for new firmware.I read many posts which suggest to declare a v...
I need to establish an Ethernet connection between two embedded devices. From a PC I can connect to my application or to the other device and exchange messages. How do I do this on my H750. How do I open a connection from my device if the IP and port...
i found in Cube/FW-packs some Audio class Device examples, but no one with Audio Host.i selected in Cube for H743 USB_HOST and Audio_Class, ok .and now : how to "play" on connected sound card ?
Hello, I have a STM32 Nucleo-64 development board with the STM32L476RG MCU on it.. I have made a small PCB that, among other things, brings the USB interface to a connector. I have implemented a simple USB configuration following some online tutorial...
The officially recommended recipe for lwIP on STM32H7 puts the ethernet DMA descriptors in SRAM1. SRAM1 is not zero'd by the default startup code.It's unsafe for the network drivers to assume that buffers and critical data structures live in .bss.F...
HiI found something strange in cmsis dsp source.I am using stm32f429 and LITTLE ENDIAN and cmsis dsp library V.1.5.1.in cmsis dsp library(arm_mult_q31.c) :void arm_mult_q31( q31_t * pSrcA, q31_t * pSrcB, q31_t * pDst, uint32_t blockSize){... whil...