User Activity

Hello,I’ve just started using FreeRTOS with an ARM Cortex m7 core. I’m using a sensor that provides an interrupt at every 62.5uS. based on that interrupt I have to read the 27-byte sensor data over SPI for that I have created one task(Read sensor dat...
Hello Support Team,Currently, I am working on the STM32H745-Disc board.In that, I have used the SPI2 module and I have also configured the baud rate as a 3Mbit/s using the STM32CubeMX configuration tool and generated code for the same. (SPI Init done...
I have followed the FreeRTOS API document below I have mentioned the details about the documents.FreeRTOS on STM32 CMSIS_OS APIT.O.M.A.S – Technically-Oriented Microcontroller Application ServicesVersion: v1.7Link for document: https://raw.githubuser...
Hello Support Team,Currently, I am working with FreeRTOS and using STM32cube IDE.I have created two tasks in my FreeRTOS-based application.I need to require the below data using STM32 cube IDE when both tasks are in a running state.Both tasks are run...
Hello Support Team,I have configured SPI2 (for STM32H745 board)from STM32Cube configuration and enable global interrupt.I have used simple HAL_SPI_TransmitReceive_IT() API for transmit as well as receive the data.But In IRQ handler no any interrupt g...
Kudos from