|
Post by ramboottan on Apr 16, 2018 15:43:38 GMT
I am getting this error when I try to compile main_SD project in Adruino 1.8 using ShieldBuddy
C:\Program Files (x86)\Arduino\examples\275.TC275SketchesLibrary\main_SD\main_SD.ino: In function 'void setup()':
main_SD:18: error: 'SerialASC' was not declared in this scope
SerialASC.begin(9600);
^
C:\Program Files (x86)\Arduino\examples\275.TC275SketchesLibrary\main_SD\main_SD.ino: At global scope:
main_SD:79: error: 'StartOfUninitialised_CPU1_Variables' does not name a type
StartOfUninitialised_CPU1_Variables
^
main_SD:106: error: 'StartOfUninitialised_CPU2_Variables' does not name a type
StartOfUninitialised_CPU2_Variables
^
exit status 1
'SerialASC' was not declared in this scope
|
|
|
Post by ramboottan on Apr 16, 2018 15:53:02 GMT
Solved. I had not set the board properly. But getting another error in serial port.
Initializing SD card...initialization failed! Initia⸮
I connected the SD card using a shield.
|
|
|
Post by Admin on Apr 16, 2018 15:56:13 GMT
Have you selected the Shieldbuddy board type?
|
|
|
Post by Admin on Apr 16, 2018 17:27:56 GMT
What chip select is the SD card on?
|
|
|
Post by ramboottan on Apr 16, 2018 19:04:19 GMT
It is 53 as per the sample code, if I answer you correctly. Actually I am using Deek Robot shield to connect SD card to Shield buddy. It is tested with Arduino mega and worked fine. In Shield buddy, is there any pin connection information available for SD Card?
Ramb
|
|
|
Post by Admin on Apr 16, 2018 20:25:46 GMT
What chip select is the SD card on?
|
|