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

HAL_SMBUS_Master_Transmit_IT XferOptions

Can someone explain which XferOptions should be used for which type of SMBUS message? This is what we get in stm32l4xx_hal_smbus.h:/* List of XferOptions in usage of : * 1- Restart condition when direction change * 2- No Restart condition in other us...

GrantW by Associate II
  • 5827 Views
  • 15 replies
  • 0 kudos

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
  • 708 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
  • 646 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
  • 1697 Views
  • 3 replies
  • 0 kudos