I have developed a dynamic loader that works in an STM32 (cortex-m4) microcontroller. Basically, the base firmware is in charge of writing new dynamic code into flash, and executing it. It works as expected. but I am trying to make the execution of t...
Hello,I am in the process of writing some code to drive WS2812B Leds with PWM via DMA. Unfortunately there are usually three pulses too much.Does anyone have an idea what this could be. Attached are a few excerpts from my program code. Thanksmain.cin...
Product like Nordic chip programmer support memwrite feature via their production programming tools. e.g.https://devzone.nordicsemi.com/f/nordic-q-a/56261/program-with-serial-numberI need perform this feature on BLUENRG-M2SA
Bonjour / HelloA ce jour j’utilise le code ci-dessous pour calculer les FFT et les harmoniques de deux signaux sinusoïdaux.Je souhaiterais calcul le déphasage entre les deux signaux en degré.Pour cela je souhaiterai avoir les parties imaginaires des ...
Hello all,I want to modify the p2p-Service for sending 20 bytes payload instead of only 2 bytes by default. The only one I did, is changing the notification-characteristic in the file "p2p_stm.c" like this: COPY_P2P_NOTIFY_UUID(uuid16.Char_UUID_128);...
Hi, Is nucleo board available for STM32F373 device? If not then any nucleo board can replace device with STM32F373?Nandish
I want to display floating point number on 8digit 7segment display MAX7219 so i want to convert float value in to char buffer using sprintf() but it not gives exact outputTrue Studio STM32F103void display_charDigit(float Value){ char buffer[8]; sp...
Posted on May 07, 2018 at 04:00I have been importing CubeMX projects into System Workbench (SW4STM32). It's been working great, a real time saver. I first open System Workbench and select a workspace. Then using CubeMX I configure the project and ge...