STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How can I update the software on STM32F7 ?

Hi,I want to update the software of the STM32F746BGT via a USB stick or Ethernet connexion.Firstly, how can I use the USB stick to update the software inside the MCU ?How can I use the Internet connexion (via UART : Lantronix XPORT) to update the sof...

MMerc.1 by Senior
  • 1067 Views
  • 11 replies
  • 0 kudos

dns resolve

Hi, in order to resolve an address I using the function dns_gethostbyname(). Sometimes the customer uses a standard ip address like 192.168.1.123. Is there a way to determine if dns_gethostbyname() is necessary or not?

Issue on HAL_Delay after jump from bootloader

Hi,I am working on STM32F401VE, I recently wrote a bootloader program, which is doing its job of jumping to a specified location. Now my bootloader(at addr 0x08000000) is able to jump to my main application(at addr 0x08020000 ), but when I see my mai...

PChig.1 by Associate
  • 692 Views
  • 4 replies
  • 0 kudos

FreeRTOS task switching issue.

Hello,I am facing problem with task switching in FreeRTOS. I am using my custom board with STM32L476RC running at 80 MHz clock. Using STM32CubeIDE and configured project using CubeMX. I am using 3 tasks. Task 1 has some functions which uses osDelay ...

ABane.1 by Associate II
  • 756 Views
  • 5 replies
  • 0 kudos