How to add I2C peripheral in the Bare Metal AMP code? #185
Answered
by
hughbreslin
chu551122
asked this question in
Applications and demos
-
Beta Was this translation helpful? Give feedback.
Answered by
hughbreslin
Aug 23, 2022
Replies: 1 comment 1 reply
-
HI @chu551122 It looks like you checked this out using Git, can you make sure that all of the resources are in the same source directory? Select (for example) the "demo_main.c" file and right click and select "properties" - this should give you the full path to the file, then do the same for your mcp9902 driver and see if it all lines up. Also have you updated the make files for this project to include the additional sources you've added? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hughbreslin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HI @chu551122 It looks like you checked this out using Git, can you make sure that all of the resources are in the same source directory?
Select (for example) the "demo_main.c" file and right click and select "properties" - this should give you the full path to the file, then do the same for your mcp9902 driver and see if it all lines up.
Also have you updated the make files for this project to include the additional sources you've added?