2017-09-04 12:56 AM
dear All,
as we know there is not possible to configure and code STM32F4 SMBus with Cube HAL drivers.
is it possible to do that manually?
regards, Rasool
#smbus #stm32f4 #ll-drivers #cube-hal2017-09-04 01:23 AM
Hello,
Have a look to this
https://community.st.com/0D50X00009XkdjqSAB
, it may be helpful.You may refer to the
reference manual for STM32F4to have more details about SMBUS usage.
Best Regards
Imen
2018-11-09 04:05 AM
links are not available
2018-11-19 04:53 AM
Hello @KSzcz ,
You'll probably get help from the SMBUS examples within Cube firmware packages as:
STM32Cube_FW_L0_V1.11.0\Projects\STM32L073Z_EVAL\Examples\SMBUS
STM32Cube_FW_F3_V1.10.0\Projects\STM32303E_EVAL\Examples\SMBUS
The examples show how to ensure SMBUS Data buffer transmission and reception with IT.
May be this link can help you: https://github.com/Selat/stm32-smbus
Best Regards
Imen