STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DMA Interrupt is not triggered

Posted on April 29, 2018 at 20:44Hello Community,I just getting started with STM32 and Hal Library. For one project i would like to collect data from an RPLidar (2000 Samples per second). In that case i want to use the DMA unit to perform the data c...

SPI suitable for this?

Posted on April 29, 2018 at 06:11Hey everyone,I have a quick question,I have the following chip: http://www.analog.com/media/en/technical-documentation/data-sheets/AD7761.pdfIt provides the following output when daisy chained(as I'll be using it thi...

0690X0000060AoZQAU.png
con3 by Senior
  • 248 Views
  • 0 replies
  • 0 kudos

stm32f4 USB Host HID to interface touchpad..?

Posted on April 12, 2018 at 10:59�We are trying to develop a USB Host HID application where using the controller STM32F4, and the USB stack library available on the ST website, we are trying to send data/command to an USB HID device. But in the libr...

Jesu by Associate II
  • 904 Views
  • 5 replies
  • 0 kudos

lwIp netconn API UDP connection

Posted on April 27, 2018 at 08:28please tell me more about UDP PORT:- this is my code:-(Is it correct or not)void StartDefaultTask(void const * argument){ /* init code for LWIP */ MX_LWIP_Init();/* USER CODE BEGIN 5 */ /* conn = netconn_new( NETCONN...

FreeRTOS and HAL

Posted on September 15, 2017 at 10:11I'm learning how to use an RTOS (FreeRTOS in this case) and I have a couple of questions about its interoperability with HAL. So now I have a project generated by STM32CubeMX v4.22.1 with FreeRTOS selected and so...

USB virtualCOM with STM32F769 Discovery

Posted on March 13, 2017 at 15:09Hi,I am beginning with STM32 MCUs, more concretely with STM32F769NI. I have a STM32F769 Discovery board to make tests. My first attempt was to use the USB from the board to communicate with a PC.Looking for info abou...

Transmission not working with USB HOST CDC using the STM USB stack, STM32CubeMX, the dev board B-L475E-IOT01A (STM32L475 Discovery Kit)

Posted on April 11, 2018 at 21:30I installed the USB HOST CDC on B-L475E-IOT01A, used the STM USB stack and I followed the UM1720 User manual STM32Cube USB host library. When I connect a USB CDC device, everything goes well for the enumeration and c...