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

USB FS driver detection with Windows PC.

Posted on February 13, 2017 at 11:30I am trying to make USB FS driver detection by host PC.I made some changes to the driver as per the youtube link:https://www.youtube.com/watch?v=Jpul3w10tOU&t=1175s The application is sending 'Hello World' string ...

How to do UART over LAN?

Posted on February 13, 2017 at 12:00Hello there,I know I can pack UART Data in to a TCP/IP Stack and send it over LAN. But how I can use the Data ?How can I create a virtual Com Port then which gets the Data from the TCP?I found various sites which ...

performance of LWIP + FreeRTOS

Posted on February 13, 2017 at 07:53Hibefore I start my ethernet project, i would like to know the theoretical limits of ethrenet on STM32F407Z. What is the computational load on the ARM when running Freertos + LWIP + 100 mbs .AN3102 only mentions S...

STM32L082CZ Boot0 Pin

Posted on February 10, 2017 at 20:30Datasheet does not explain the settings corresponding to boot0 pin high or low - could I please get some information on this for the csp-49 package which only has boot0 and no other boot configuration pins. #stm32...

Resolved! How to receive variable length I2C messages?

Posted on February 10, 2017 at 07:20Hello, I'm trying to write an I2C slave using HAL which can accept variable length packet sizes.  I know this question has been asked before but haven't seen any solutions yet! The master can send data packets of ...

sasha by Associate III
  • 827 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F767 - Fail to access uart bootloader

Posted on January 26, 2017 at 15:09Hello,I'm using a STM32F767BI and I want to use the bootloader functonnality. I want to use USART1 (PA9/PA10) and the BOOT0 pin. I read AN2606 and I use pattern 9  (nDBANK(bit) = 1, Boot(pin) = 1 and BOOT_ADD1(opti...