STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USART transmitting problem

Posted on November 12, 2017 at 20:30Hello there.I'm trying to use USART Interface with STM32F3Discovery board.I'm coding using HAL libraries.Transmitting data from board proceeds with no errors.The problem is when I transmit data to board from compu...

_legacyfs_online_stmicro_images_0690X0000060MxWQAU.png

I cant send data with USB HID class

Posted on November 10, 2017 at 09:18I can easily see in debug what I send from terminal but I cant send any data from stm32f4 discovery.I think I didnt make report descriptor work to sending data.This is what I have done so far:I try to send data wi...

0690X00000604DDQAY.jpg

STM32F407 - External interrupt PD4 (Only LL)

Posted on November 09, 2017 at 11:55Hi friend.I try create program working with external interrupt. And I have a problem. Interrupt never work....int8_t InitPin(void){LL_AHB1_GRP1_EnableClock(LL_AHB1_GRP1_PERIPH_GPIOD); LL_APB2_GRP1_EnableClock(LL_A...

STM32F407 DAC Output (12Bit) Droning

Posted on November 08, 2017 at 11:21Hey guys,I have some problem with the output of my DAC and I hope you have some idea, what went wrong... Situation:    I am trying to play a WAV audio file with the DAC of my STM32F407VET. I use a double buffer, t...

STM32L4 Standard Peripheral Libraries

Posted on November 08, 2017 at 09:37Hello,  Are the Standard Peripheral Libraries available for L4 series? If not, maybe it is possible to use StdPeriph from e.g. F4? Register addresses are the same or not? Maybe there is some way to extract it fr...

Kaza K by Associate II
  • 2186 Views
  • 8 replies
  • 0 kudos

RTX Critical Sections

Posted on November 08, 2017 at 08:46Hi,I am trying to port a code that is working with FreeRTOS to RTX. The microcontroller is the same: STM32F4.The code uses critical sections. I have tried using the same implementation for the critical section for...

andrei by Associate II
  • 354 Views
  • 0 replies
  • 0 kudos