Skip to main content
ATodo.1
Associate
January 15, 2020
Question

Hello. Can someone provide me a code or an example for STM32 and Fever click (MAX30205) or anything that would help for start, like how to use I2C and UART(for PC)? Thanks, Ana

  • January 15, 2020
  • 2 replies
  • 794 views

..

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
January 15, 2020

What STM32? There are like a thousand parts.

The CubeH7 repository for example has:

STM32Cube_FW_H7_V1.5.0\Projects\NUCLEO-H743ZI\Examples\I2C\I2C_TwoBoards_ComPolling

STM32Cube_FW_H7_V1.5.0\Projects\NUCLEO-H743ZI\Examples\UART\UART_TwoBoards_ComPolling

STM32Cube_FW_H7_V1.5.0\Projects\STM32H743I-EVAL\Examples\UART\UART_Printf

ST really doesn't provide code examples of MAXIM parts, you'll likely need to infer details from the data sheets, and port code from different platforms.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
ATodo.1
ATodo.1Author
Associate
January 19, 2020

Sorry for the late reply, I didn't see notification. I am using NUCLEO-F030R8 board. I know how to generate code for i2c using CubeMX.

This is datasheet for MAX30205.

https://datasheets.maximintegrated.com/en/ds/MAX30205.pdf

I don't understand if I need some configuration before starting a communication with sensor.

Thanks,

Ana