2017-09-01 10:34 PM
hi Everybody,
please guide me how to configure and code a STM32F4 as SMBus master within KEIL UVision.
regards, Rasool
#keil #uvision #stm32f4 #smbus2017-09-02 04:13 AM
is it possible?
2017-09-02 11:11 AM
Sure it's possible, you might have work through it yourself.
When guides and example source are not available review the Reference Manual to understand the mechanics of what you want to implement. Review the I2C peripheral examples, should be similar to SMB. There might be examples under the other STM32 and F1 series part which would be relatively portable.
2017-09-02 11:34 AM
Clive One wrote:
Sure it's possible, you might have work through it yourself.
why it is not provided Cube HAL?
2017-09-03 08:30 AM
please consider the link:
https://community.st.com/0D50X00009XkdjqSAB
it is not possible to configure I2C as SMBus.
2017-09-03 09:27 AM
Doesn't Igor post a link to code specifically for the F4 part? I have no business use case for using SMB