STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! nrf24l01 on nucleo F411re

Posted on February 26, 2018 at 15:00Hello everybody, I am new in using nucleo's boards and especially F411re. I 'am trying to interface a nrf24L01 module on this board ( not using mbed ), and for now, I'am still lost into the use of the TM_STM32F4_n...

baptor by Associate III
  • 1748 Views
  • 11 replies
  • 0 kudos

Recommended Unit Test Framework

Posted on May 19, 2018 at 08:58When in the throes of development, sometimes the idea of unit testing gets forgotten. I'm using the Atollic toolchain and curious what unit test libraries are the general ST community using?I've been looking at Unity a...

How to generate sound thanks to a sampled curve?

Posted on May 18, 2018 at 00:14Hello, I am currently studying computer science, I must perform a project during my year.I work on a STM32F7G46.I have sampled a given curve and thanks to it generate sound. I am at the point where I have tables of coo...

Add file to system workbench project

Posted on May 21, 2018 at 18:46How do I add an external file to a system workbench project? I've done it before but the method I thought I used didn't work this time. What I did was copy the file into the SRC folder of the project, then open the pro...

Resolved! St LINk Cli for External Memory programming.

Posted on May 21, 2018 at 10:33Hello  I am to write  the CLI interface for the ST Link programmer to program an external memory through CLI.'C:\Project\Programming\ST-LINK Utility>ST-LINK_CLI.exe -C -EL MX25L512G_STM32F769I-DISCO.stldr -P C:\Project...

STM32F105 USB Host HID application

Posted on August 04, 2017 at 10:42     hi everyone       â€œWe are trying to develop a USB Host HID application where using the controller STM32F1, and the USB stack library available on the ST website, we are trying to send data/command to an USB H...

? ? by Associate
  • 527 Views
  • 2 replies
  • 0 kudos

HID non-boot protocol

Posted on March 05, 2018 at 17:23Hi All,I found an example for hosting a USB keyboard and works fine on my nucleo L476 board. However, my bar code reader (also a HID keyboard device) does not work because the CubeMX library expects a device which on...

Resolved! Multiple (more than 3) synchronised data outputs?

Posted on May 20, 2018 at 19:36Hi, I'm fairly new both to ARM and to C programming, but I'm attempting to write a library to allow me to interface an STM32F103 with a hub-75 RGB LED panel. I know it's possible as I've seen similar projects, but I wa...