Sorry, I am a french programer and I have a basic english
I will explain my problem:
Today, I need to work with a Fez Raptor Card, I have 5 modules whose 1 SD card module.
I know I donât need to mount the SD Card in my program, but when I âStart Debuggingâ, I have this error:
I tryed your following code, all is up to date, but nothing ⊠i always have this error.
In the output, I have 2 times the error, withe the same Exception, the same Message.
I donât know what happen ⊠I use the sdCard Module 2 days without problems but yesterday and today I have this error âŠ
Insert the SDCard before launching the test, it is an excerpt from a huge program. The sample doesnât monitor the card inserted event.
You say all is up to date, but describing how you performed the update is not explained.
Which SDK version, wich firmware version, bootloader, etcâŠare really installed.
Also, which line in the sample produces the error? Place breakpoints and run step by step.
Also disconnect and remove from the configuration all other devices, you donât provide any information about what is connected, hence it is not proved the SD is the real culprit.
If you want some progress about the issue, you must keep the hardware and the software as simple as possible.
Of course see also the problem of the power supply as EvoMotors pointed.
Hi,
The SDCard is always inserted before lauching the test, i tried to insert the sd card after and I have the same error.
I followed all of your instructions, I put some breakpoints in the program, the line who cause the error is in the Program.generated.cs:
My module is connected to the good port (port n°9) on the designer and on my Raptor Card.
I precise than i tried with the card inserted, and without the card inserted. I have the same error without sd card inserted, it's what i think it's not cause of sd card.
And I tryed whithout code in my program, I just have the basic:
```cs
public partial class Program
{
// This method is run when the mainboard is powered up or reset.
void ProgramStarted()
{
// Use Debug.Print to show messages in Visual Studio's "Output" window during debugging.
Debug.Print("Program Started");
}
}
and the error is always thereâŠ
And @ EvoMotors, I donât know if I anwser at your question: my board is powerred by the USBClientDP Module.
But the worst ⊠itâs worked well one day before I ask you helpâŠ
power the device from a suitable wall-based power supply, not by a USB PC supply. If you have other peripherals attached, disconnect them to minimise the possible power draw
replace (or at least swap) the Gadgeteer cable around to see if that changes the behaviour