STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Cube Description and Installation

Posted on March 12, 2018 at 12:05I have returned to stm after several years away.  On my return I find many things changed, for the better by the look of things.  I am a self taught amateur and I find myself ignorant of much here.  I wanted to use c...

MIDI by UART - Library for STM32

Posted on March 11, 2018 at 22:22Hi all!I'm looking for a C library for MIDI communication over UART, in order to use standard DIN connectors.I found many topics about MIDI-USB midibut I can't find any library for MIDI using UARTs.Could you please s...

My code is not entering in while loop

Posted on March 11, 2018 at 09:10The STM32F103C8 is throwing an error it is repeating the code from main loop again and again and not entering inside While loop. I am also unable to debug it in attolic studio since it is showing an error also. I hav...

stm32 HAL SPI flags

Posted on March 08, 2018 at 14:55Hello,Before I have written a SPI function. std peripheral library at stm8l0 serie. Here is a part of code. if(SPI_GetFlagStatus(SPI1, SPI_FLAG_TXE) && (spi_ri < lenght)) // Check tx flags here { SPI_SendData(SPI1, ...

Combine 2 USB Descriptors

Posted on March 07, 2018 at 15:11Hello friends!I'm noob with STM32F103C8T6 boards and Keil uVision5 but somehow i manage to make simple projects... :) Now im trying to make a Joystic with Serial Input Output to display information on LCD but i cant ...