STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f767 and UART DMA IT (interrupts)

Posted on January 24, 2017 at 11:07Hi,How to use UART in DMA mode with interrupts IT.I use the next code to transmit, and it works perfect. HAL_DMA_Start_IT(&hdma_usart3_tx, (uint32_t)msg, (uint32_t)&huart3.Instance->TDR, strlen(msg)); huart3.Instan...

embvis by Associate III
  • 654 Views
  • 5 replies
  • 0 kudos

USB to Ethernet bridge

Posted on January 24, 2017 at 12:53Hello,I want to make a bridge from USB to Ethernet, to give connectivity to a tablet.I am using an STM32F107RC, a DP83848CVV phyter and the CubeMX to generate the code with this configuration:I do not know how to l...

0690X000006067MQAQ.png

Mutual exclusion for HAL using FreeRTOS

Posted on January 18, 2017 at 10:51I'm going to use the different peripheral drivers (HAL) from ST with the FreeRTOS. The system will have different thread executions, and each one will use different peripherals.The question is whether the HAL imple...

0690X000006064XQAQ.png

USB Host and Composite device..

Posted on February 08, 2016 at 12:03How to make on STM32F4 USB a host with support of the Composite device?I made the project in CubeMX, but in this project there is a support of different classes of devices, but there is no support of the Composite...

mak1308 by Associate III
  • 2706 Views
  • 10 replies
  • 0 kudos

USB SOF interrupt not working :(

Posted on February 01, 2016 at 13:37Hi, MCU : STM32F303RBT6 Library : STM32Cube_FW_F3_V1.4.0 () I want to use USB SOF (Start Of Frame) as 1ms timer to send usb datas. With the old standard library, it's works perfectly. So, I've set my function addr...

thln47 by Associate III
  • 792 Views
  • 3 replies
  • 0 kudos