cancel
Showing results for 
Search instead for 
Did you mean: 

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

ATodo.1
Associate
 
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2

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 Venmo
Up vote any posts that you find helpful, it shows what's working..
ATodo.1
Associate

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