STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SMBUS Example code

I am using STM32F779NI for my project. The end device works on SMBUS. Does using I2C HAL for driver development instead of SMBUS HAL will work??If not, are there any example code for SMBUS, share a link if there is any?

A3 by Associate III
  • 339 Views
  • 0 replies
  • 0 kudos

Problem Implementing Fatfs on spi flash 1MB . hi i am trying to port Fatfs generated from cube mx on to my spi flash on stm32 board.

when creating and opening a file i get error and it exits what could be the problem below i have shared the code .////////////////////////////////////main.c///////////////////////////////////////////if( FATFS_LinkDriver(&USER_Driver, USERPath)== 0)...

svii by Associate III
  • 494 Views
  • 4 replies
  • 0 kudos

Hi all, Does anybody has any idea what is "The parameter is incorrect" error. I am using nucleo f429zi board. the problem occurs when i am using ethernet with the USB. The PC can detect the virtual com port but gives error when you try to connect to it.

If i disable the ethernet (comment the MX_LWIP_INIT function) the USB works fine. I am only using the cube MX generated code no fancy thing at all. The next thing I tried to do was to do the same thing on STM3249zi eval board but I was surprised to s...

Mr ZEE by Associate II
  • 223 Views
  • 0 replies
  • 0 kudos

Configuring I2S Clock (stm32h7)

​HelloI am trying to establish I2S communication with external audio codec. The manual says the I2S clock (Fi2s_clk) is a function of the audio frequency. There is table with example frequencies. For example, the table provides 3 examples for frequen...

Leo M by Associate
  • 1045 Views
  • 2 replies
  • 0 kudos