Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Estanislao

Pages: [1]
1
µTasker general / uTasker FLASH Exception
« on: November 20, 2020, 09:25:40 PM »
Hi mark,

Im back, following the tutorial to setup the simulator. By the way, i have copied all files with FTP and loaded the simulator website. But, when i want to start simulator again, i get this exception:

    #if defined _WINDOWS
          if (*(unsigned long *)fnGetFlashAdd((unsigned char *)ptrWord) != 0xffffffff) { // {36}
                _EXCEPTION("Attempting to write to non-blank flash unit!!");
            }
            *(unsigned long *)fnGetFlashAdd((unsigned char *)ptrWord) = *ptr_ulWord;
    #endif

If i delete FLASH_KINETIS.ini, applications starts normally.. I think that i need to enable/disable some check to fix it but i dont know which one.. value of ptrWord is 0x00061000

I have read the document for user files but i cant to solve it yet.

Estanislao

2
µTasker general / ETH_INTERFACE (un)defined
« on: November 15, 2020, 09:27:23 PM »
Hello everyone,

I was following uTasker Kinetis V1.4 Tutorial, but now i feel stuck at step 7 because i can't connect uTasker simulator to my LAN network.

I have searched in the forum unlucky to get the solution. I think that main problem is related with ETH_INTERFACE macro which is enabled in config.h but seems to be disabled in application.c and i don't know why it happens because the last one include config.h

I'm trying with VS2019 in virtual machine with Win7 or with VS2013 in native Win7 but nothing change. My laptop is connected to my LAN with eth iface.

Someone can help me please?

Attached screenshot to reference

Estanislao


Pages: [1]