We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
#define BASE_ADDRESS 0x00000000;
int main(void)
{
int *addr = (int *)BASE_ADDRESS;
*addr++ = 0x00000001;
*addr++ = 0x00000002;
*addr++ = 0x00000003;
*addr++ = 0x00000004;
*addr++ = 0x00000005;
while(1);
}
Hello, describe your chip which you have tried to program.