User Activity

Hi All,I'm working on creating a standalone application that has many matrix multiplications and one softmax operation. It seems softmax operation was consuming more time in the application. The ideal behavior of my application is that the softmax ...
Hi have a simpler STM32 application which includes below simpler code in main.c file.#include <stdio.h>   int main(){   int a=10, b=20; printf("Sum=%d \n", a+b); return 0; }Later i build the project in RELEASE mode and ran the application then it ...
Hi All,I have created a STM32 application using STM32CUBDEIDE. I'm using STM32F469IH6 for this project.I have declared few uninitialized variables in one file. I know this affects ".bss" section but it is required in my code. This causes an error say...
Hi all,I'm trying to profile my application which running on STM32F469IH6 micro-controller. I'm able to run the application in debug mode and able to see the timings of the applications.But In generally running application in release mode will have m...
Hello Everyone,I'm new to application development with micro-controllers. Currently I'm using STM32F469IH6 for my project with the help of STM32CUBEIDE.Can anyone suggest how to measure execution time of a certain piece of code. In traditional linux...
Kudos from