STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 CubeMX Problem with updates

Posted on March 05, 2018 at 09:33Hi,when i opened the STM32CubeMX than it starts to search an update.After a while i receive the following Message: 'Error downloading the following File: mcusdocs.json'.Can anybody help me?#stm32-stm32cube

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
  • 173 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
  • 593 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...

Changing the Sensor Pin on STM32F091VCx

Posted on April 25, 2018 at 21:05Hello,I want to know if there is any way to reallocate a sensor configured on a pin from STM32F091VCx to another pin.I have a wind direction sensor that originally was digital and had all the measurement, treatment a...

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