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

STM32 IPV6

Posted on November 15, 2017 at 07:02Is that possible to assign ip to https://community.st.com/tags♯/?tags=stm32-nucleo-f401re via ♯‌ cube has given the provision of ipv6 but in my case that is not working. Currently I generated code from stm cube ...

meeras by Associate II
  • 554 Views
  • 0 replies
  • 0 kudos

USB on STM32F103

Posted on November 13, 2017 at 11:35Hi. I want to use USB on STM32F103 MCU in the COM Port regim. But I don't understad how configure MCU properly. I don't want to use StdLib and HAL. Can anybody send me example for work with USB in any regim or giv...

USB Error while transmitting UART

Posted on November 08, 2017 at 12:38I'm using STM32F401CBUXI have a USB HID that works wellBut when I call HAL_UART_Transmit_IT/HAL_UART_Transmit_DMA/HAL_UART_Transmit, there's a USB cliff on the host sideWhat could be the matter? I don't understand...

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...