Dale 0 Posted January 11, 2016 Share Posted January 11, 2016 @@bluehash - Whoo-hoo! Quote Link to post Share on other sites
Towhid 2 Posted January 17, 2016 Share Posted January 17, 2016 Hello I have interfaced Bosch BME 280 sensor via i2c with msp432p401r launchpad..and have displayed the output via 430 sharp96 lcd boosterpack..now I have to save the sensor output data to the internal memory... i just need to store temperature,pressure and humidity data ever 60 seconds..can anyone help ?? Quote Link to post Share on other sites
bluehash 1,581 Posted January 18, 2016 Author Share Posted January 18, 2016 The example has a read/write sample. Quote Link to post Share on other sites
agaelema 39 Posted March 8, 2016 Share Posted March 8, 2016 Hi, I tried to import the project in the CCS, but it does not recognize the "MSP432-Launchpad-FatFS-SDCard", just the "MSP432-Launchpad-Printf-Support" with many errors. I think that in the last update of MSPWare some #define were modified. Thanksps.: I posted this yesterday, but the post disappeared Quote Link to post Share on other sites
bluehash 1,581 Posted March 8, 2016 Author Share Posted March 8, 2016 What were the errors? Quote Link to post Share on other sites
agaelema 39 Posted March 8, 2016 Share Posted March 8, 2016 Hi, one print of the errors in CCS. I started a new project with support to MSPWare and copied the files to this project. Quote Link to post Share on other sites
bluehash 1,581 Posted March 8, 2016 Author Share Posted March 8, 2016 Looks like the include directories did not make it through. Can you list the include directories in the compiler options? Quote Link to post Share on other sites
agaelema 39 Posted March 9, 2016 Share Posted March 9, 2016 Even if the folder is inside the project it's necessary to include in the compiler options? I tried to include some folders, but many errors keep happening. - the file "malloc.h" no exists - archives with directives marked as not necessary I tried to exclude this files of the building and replace the "malloc.h" by the "stdlib.h". After this the errors , but the code lock after the initial message displayed on the terminal. Quote Link to post Share on other sites
GCALC 0 Posted June 7, 2016 Share Posted June 7, 2016 Hello, i had the same problem. it seems that MSP432-Launchpad-FatFS-SDCard is not recognized by ccs as a project, whereas MSP432-Launchpad-Printf-Support it is. I copied the files in a new ccs project and fixed some minor issues related to #include files in subfolders, but at compiling i still had some memory issues and others errors. keep on trying this morning.... Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.