STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem with Rtos and Rtos API

Hi to all!I have a problem using the osEventFlagsSet() API. Based on documentation i can call this function from an ISR, but if i call this function in the ISR body the flag isn't set. It's my problem or i can't call this function from the ISR?The se...

Luca1 by Senior
  • 461 Views
  • 3 replies
  • 0 kudos

512kbyte SRAM cannot be used

I am using STM32F767ZI.STM32F767ZI has 512kbyte SRAM.However, if you use more than about 133kbyte for global variables etc., the program operation will be strange.Specifically, you will not be able to connect to the USB (VCP Port).I want to secure gl...

TMATS.1 by Associate II
  • 443 Views
  • 1 replies
  • 0 kudos

STM32F207VGT with KSZ8463 3-port Switch

Hi!I am trying to interface the STM32F207's Ethernet peripheral with a KSZ8463 3-port managed switch. I'm using SPI as the management interface, so the MIIM is not connected (MCO + MDIO). So far, I have been able to run the lwIP HTTP server example o...

RBaba.1 by Associate
  • 1207 Views
  • 3 replies
  • 0 kudos

Using FreeRTOS with STM32 STOP0/1/2 Mode

Hi,Looking for ANY references to or better yet, a coded example of how to set up an STM32L processor with FreeRTOS and wake up from STOP0 mode on an RTC calendar event.FreeRTOS and sleep mode isn't an issue, that works fine. However anything more tha...