• function pointers in Dallas 390 contiguous mode
    I was struggling with the function pointer in Dallas 390 contiguous mode. It seems that the linker might not relocate the correct address in function pointer. Check the following code: void Test(void...
  • function pointers in Dallas 390 contiguous mode
    I was struggling with the function pointer in Dallas 390 contiguous mode. It seems that the linker might not relocate the correct address in function pointer. Check the following code: void Test(void...
  • Software reset for Dallas 390 continous mode
    Anyone now how can you perform a software reset on a Dallas 390 when it is in continous mode? The following suggested code does not work. ((void (code *) (void)) 0x000000) (); I believe this...
  • Software reset for Dallas 390 continous mode
    Anyone now how can you perform a software reset on a Dallas 390 when it is in continous mode? The following suggested code does not work. ((void (code *) (void)) 0x000000) (); I believe this...
  • Dallas DS5240 24bits Contiguous Mode
    I now use Keil C51 v6.11. I have written a program and compile in 16bits large mode. It works properly in the hardware. However, when I change it into 24bits Contiguous Mode (512K or 16MB), I find...