STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Error stm32 when use button

Hello everyone, I use the button to hold the Semaphore in this task, when I press the button the Semaphore is released, but the error I get is that the button is not pressed but the Semaphore is automatically releasedplsss help me, thank so much

noname8888_0-1728615678428.png

Home grown OS task function call failures

I am writing my own context switcher. I have a couple LED blink tasks for testing. It works fine when the tasks don't call any functions. Everything is inline. But when I include some function calls in the tasks and I get a context switch while in on...

JoeJoe by Associate II
  • 532 Views
  • 4 replies
  • 1 kudos

Resolved! FT2232H FMC FT245 Style asynchronous FIFO Mode

Hello,I'm trying to interface to the FTDI FT2232H chip in FT245 Style asynchronous FIFO Mode to get a higher throughput over USB without needing to mess with the USB stack. I'm looking to get around 5MB/s throughput ultimately. Planning to use asynch...

Coretels_1-1728643395406.png
Coretels by Associate
  • 621 Views
  • 1 replies
  • 1 kudos

STML4 UART Errors - Generic Catch-all reset

Hi Folks, I am implementing a HAL/DMA UART TX / RX Routine that waits in a state machine for a line-idle interrupt, parses the inputs and immediately responds to the output.The routine needs to work flawlessly, and if a UART error occurs, it needs re...

Vonny232 by Associate
  • 318 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 + LAN8720

HiI'm fighting with stm32f107vct to work with external PHY LAN8720.After many tries running it on FreeRTOS with lwIP I decided to start it over.I disabled freertos and lwIP.In CubeIDE I’m enabling only ETH, changing addresses of registers (since IDE ...

JB.5 by Associate II
  • 5447 Views
  • 3 replies
  • 0 kudos

Resolved! EEPROM Emulation - Virtual Addresses

Both X-CUBE-EEPROM and STSW-STM32117 (AN4061 - for STM32F0) use "Virtual Addresses" in the emulated storage: But nowhere explains how these "Virtual Address" numbers are determined/decided.It seems to me that (apart from 0x0000 and 0xFFFF being reser...

AndrewNeil_0-1715945255193.png AndrewNeil_1-1715945273599.png