Ask questions, find answers, and share insights on STM32 products and their technical features.
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...
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...
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...
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...
Posted on April 04, 2018 at 15:04Hello,I am working on Eth + RTos on Atollic TrueStudio environment.I changed the Linker file so that the DMA will use section 0x24000000 and placed my buffers in this section.Also, I put this buffer from arch.h into ...
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...
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...
Posted on May 21, 2018 at 14:34Hey Folks, i got the following problem: I made a project with STM32CubeMX and imported it into ST4STM32/OpenSTM32. There i converted it via right-click to a c++ project. I specified the model in stm32l4xx.h, changed _E...
Posted on December 12, 2016 at 11:50I am new in CAN bus protocol and wanted to use two CAN channels in the STM32F as I have to receive/transmit data from/to the two different CAN bus. As per study I found that there is no master slave concept in CAN...