STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How To Using FMC Write?

I encountered a problem when trying to send more than 5 bytes of data using the FMC. // impossible example -- #define SD_DATA (*(volatile unsigned char *)0x60000001) SD_DATA = 0x01; SD_DATA = 0x02; SD_DATA = 0x03;   Using this method, data i...

Dlak by Associate II
  • 2356 Views
  • 13 replies
  • 1 kudos

HTTP over USB...?

Hi,part of the project I am working on, I have been asked to add an external device to a vending machine. It is an age-recognition system that would interface with the main controller via USB. But apparently uses HTTP protocol over USB if I understan...

Ricko by Senior III
  • 2429 Views
  • 8 replies
  • 4 kudos

Can't get correct values from HCSR-04 sensor

I have been trying to get values from an HCSR-04 sensor, but I only get garbage values. I debugged it and saw that my code doesn't clear the UIF flag of the TIM2 SR register. Could this be the cause of the garbage values? I tried the sensor with an A...

xode by Associate
  • 724 Views
  • 2 replies
  • 0 kudos

stm32u575 FreeRTOS

Hi,I have started my hand-on experiments of FreeRTOS using stm32u575 uc with stm32u575zi-q nucleo board as non secure.I have created 2 task and their handler. With the help of seial viewer, printed some messages.While executing the code,it does nothi...

Kajol30 by Associate
  • 1202 Views
  • 6 replies
  • 5 kudos

Resolved! "self downloading" firmware via USB

Hellois it possible for the microcontroller with USB OTG to download the program memory from the USB stick itself?In other words, change the firmware simply by connecting a USB stick with a .bin file and perhaps by resetting the component.So far I ha...

PNova.2 by Associate II
  • 883 Views
  • 2 replies
  • 1 kudos

STUSB1602 pins connection

Hi there,I am seeking some guidance regarding the connection of the STUSB1602 to the STM32L031G6U6 microcontroller for a low-power application with a small footprint.Currently, I have already connected the STUSB1602 to the microcontroller using the I...