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

Resolved! Weird problem RTOS or compiler related

void app_SendBuffer (void *argument) { uint32_t dma_index; char Message1[26]; bool a; sprintf (Message1, "BufferSize_inBytes = %u\n", AdcHalfBufferSize_inByte); osDelay(5000); while (!USBD_Configured(0)) { osThreadYield (); } USBD_CDC_A...

B-L475E-IOT01A how to connect to AWS

Posted on February 10, 2018 at 12:44HiIs anyone using the B-L475E-IOT01A with the AWS from amazon as mentioned in the documentation?I have problems getting it to work. I have the same problem with the default firmware which has been delivered and th...

HAL Ethernet SMI - read more than 31 registers?

How can I read more than 31 registers using SMI/ethernet? Microchip(.com) LAN ic allows read many more register (at custom address, like 1BCh).I tried to use HAL_ETH_ReadPHYRegister(), but• PADDR: the PHY address is 5 bits, allowing 32 unique PHY add...

John Doe1 by Associate III
  • 728 Views
  • 1 replies
  • 0 kudos

USING UART PINS via USB FS not USB TO UART

Hi how can i use UART Pins via USB FS. I am currently using the USB TO UART connector on my devboard but how can i use the USB FS connection to make uart pins working? I want to use uart3 PC10 and PC11 Pins but its not working with the baudrate if i ...

0690X000006D48LQAS.jpg 0690X000006D48GQAS.jpg
arduo by Senior
  • 2150 Views
  • 10 replies
  • 1 kudos

Read register - custom ethernet ic

I need a hand with reading registers from ethernet (microchip.com ic).How I can read offset in ethernet memory?Section from documentation:Offset: 0x100h, Size: 32bits 31:16 - chip ip 0:15 - chip revisionMy code:example1: uint32_t phyreg1 = 0x100h; HA...

John Doe1 by Associate III
  • 1269 Views
  • 4 replies
  • 0 kudos

I2S slave lost syncronization

Posted on September 03, 2017 at 08:50 Hello, I use I2S interface on STM32F446 to read audio stream in slave mode. The master transmits MCLK, BCLK, DATA and WS signals. At the beginning everything works fine. At random point in time the strea...

heifetsg by Associate II
  • 729 Views
  • 2 replies
  • 0 kudos