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.


Messages - carlos789

Pages: [1]
1
µTasker general / FRDM-K64F FTP
« on: October 25, 2023, 03:03:20 PM »
Hello:
I am using the uTaskerV1.4.8_FRDM-K64F_LAN.bin binary on a FRDM-K64F board, I want to load the web pages using an FTP connection with copy_all.bat, I get the following message:

conectado a 192.168.0.3 .
 
220 Welcome KINECTIS FTP.

And the HTM file transfers are never displayed.
What am I doing wrong?
I would appreciate if you can guide me with the solution.
Thank you very much and greetings
carlos789

2
MODBUS / Re: MODBUS simulation/testing on PC
« on: October 02, 2015, 10:43:17 PM »
Hi Mark:
I am using Keil compiler, and the project compiles fine.
But wanting to simulate the project with Visual Studio, leave the following errors:

1>------ Build started: Project: uTasker, Configuration: uTasker Kinetis plus GNU build Win32 ------
1>kinetis.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
1>modbus_app.obj : error LNK2019: unresolved external symbol _fnMODBUS_transmit referenced in function _fnMODBUSuserFunction
1>modbus_app.obj : error LNK2019: unresolved external symbol _fnMODBUS_Master_send referenced in function _fnModbusTest
1>modbus_app.obj : error LNK2019: unresolved external symbol _fnInitialiseMODBUS_port referenced in function _fnInitModbus
1>Tty_drv.obj : error LNK2019: unresolved external symbol _fnRetrigger_T1_5_monitor referenced in function _fnSciRxByte
1>WinSim.obj : error LNK2001: unresolved external symbol _fnMODBUS
1>.\uTasker___Win32_uTasker_Kinetis_plus_GCC_build\uTasker.exe : fatal error LNK1120: 5 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

I need to add something?
Cheers
Carlos


3
NXPTM M522XX, KINETIS and i.MX RT / Re: FXOS8700 in FRDM-K64F
« on: September 10, 2015, 11:31:00 PM »
Mark:
Now I have the new version of “iic_test.h
The project,  has the following lines of code:

************************************
#define IIC_INTERFACE
#define TEST_FXOS8700                                                // test monitoring the 6-axis sensor
    #if defined TEST_FXOS8700
        #define FXOS8700_14BIT_RES
    #endif
    //#define DISPLAY_ACCELEROMETER_VALUES
***************************************   
But I still cannot enter the "Main Menu", wanting to enter an item, the terminal screen is reset.
Screen capture attached.
Regards
Carlos

4
NXPTM M522XX, KINETIS and i.MX RT / FXOS8700 in FRDM-K64F
« on: September 10, 2015, 01:03:34 AM »
Hi Mark:
I am analyzing the reading of the acceleration in all three axes, using the file “iic_test.h”.
For this I uncommented the following defined:
#define TEST_FXOS8700                        // test monitoring the 6-axis sensor
#define DISPLAY_ACCELEROMETER_VALUES            // print values to debug output irrespective of debug setting
and in file “config.h”
#define IIC_INTERFACE                                                  // enable IIC interface driver
In debug mode, the result is:
3-axis state: 0xd2 0x08 0xfb 0xcc
I understand that I'm using MMA8451Q functions to read the accelerations in the FXOS8700?. Is this correct?

I uncommented the following defined:
#define MMA8451Q_14BIT_RES
In debug mode, the result is:
3-axis state: 0xd4 0xecfd 0xcc00
The measurement of the Z axis is missing?

Another question?
In the debug mode, pressing any key, the information on the terminal screen is reset. That is, again the measurements of the accelerometer and magnetometer appears. And I can not enter the Main Menu

Many greetings
Carlos

5
NXPTM M522XX, KINETIS and i.MX RT / Re: problems with uTasker in KDS
« on: September 05, 2015, 05:18:51 PM »
Hi Mark:
Thanks for the reply, the settings where ok...
The problem is when i try to change the IP direction in line 426 of application.c... It does not matter what i put there, it preserves the IP address i previously set in the first time... for exmaple, i first set the ip to 192.168.0.3... Everything worked perfect, then in KDS i set the ip address 192.168.0.2, but the device is still responding to 192.168.0.3... if i erase the device with uVision IDE (it has a button for that), then i can set the ip i want... but fron KDS apparently the flash is not being correcly erased... Do you know why this may happen?

Previously, the device was configured with a not valid subnet mask and ip address, but to change it i had to erase the device with uVision... it would be nice if i could do that from KDS, perhaps some settings are wrong, but i can't figure out which

Thanks

6
NXPTM M522XX, KINETIS and i.MX RT / Re: problems with uTasker in KDS
« on: September 04, 2015, 08:35:22 PM »
Hi: Now the led flashes... apparently what an issue with the name, i had renamed it to ustasker1.4-SIC... restoring it as previously worked, but i can't still ping to the board... I'm using FRDM-K64F...

7
NXPTM M522XX, KINETIS and i.MX RT / problems with uTasker in KDS
« on: September 04, 2015, 08:25:09 PM »
Hi:
Im trying to compile and flash the utasker project using Kinetis Desing Studio in ubuntu 15.04... No compilation nor flash errors show up, but it is not working... pinging to the device says "Host is unreachable"...

One difference i noticed from when compiling and downloading with uKeil is that the led is not flashing when i use KDS to download the program, so i assume that something is wrong, but as i have no error messages i cannot se what.. Have anyone benn succesfull in using KDS with uTasker?

Thanks

8
NXPTM M522XX, KINETIS and i.MX RT / Re: Visual C ++ errors
« on: August 27, 2015, 12:20:40 AM »
Mark:
I'm analyzing the performance of the board webserver FRDM-K64K, comparing with the operation in Visual Studio. I use an IP 192.168.0.8

The first difference is that the MAC address on the board is: 00-00-00-00-00-00. On the PC , I have the MAC  according to the line 429 in the "applications.c" file.
And I have my code // #define USE_DHCP and the board "DHCP_SERVER - enabled"

The second difference is that "FILE_404_CONTENT" does not appear when I want to open a browser webserver.

The third difference is when I run "copy_all", the result is:

************************************************************************
C:\Mark\nuevo\Applications\uTaskerV1.4\WebPages\WebPagesKinetis>ftp -s:"ftp.txt"
 -A -w:256 192.168.0.8
Conectado a 192.168.0.8.
220 Welcome KINETIS FTP.
331 Enter pass.
230 Log OK.
Inicio de sesión correcto para Administrador@COM-STG4.epen.com.ar
ftp> binary
200 OK.
ftp> dir
200 OK.
150 Data.
***********************************************************
It does not end the process.

Many greetings

Carlos
Uncoma

9
NXPTM M522XX, KINETIS and i.MX RT / Re: Visual C ++ errors
« on: August 24, 2015, 10:38:26 PM »
Hi Mark:
SI ¡¡¡¡¡¡¡
I'm very happy.
Define missing "#define USE_TCP"
For a couple of days, I will not bother.
Many greetings
Carlos

10
NXPTM M522XX, KINETIS and i.MX RT / Re: Visual C ++ errors
« on: August 24, 2015, 04:53:27 PM »
Hi Mark:
You were right, deleting the file FLASH_KINETIS.ini, simulation began to improve. Now the IP is set by the Server, where I connected my PC.
Open a DOS window and do my IP ping, it responds OK.
But when I put that IP into a browser, not the start page appears on Web server (such as the uTaskerV1.4_Kinetis Fig2 / 1.0 PAG.7 manual says)

Another test: I commented the line 994 of file config.h, which is "defined USE_DHCP".
IP is now fixed and the value that is put in the file application.c line 430.
But when using the new IP on the broser , it says that the connection could not be established.

Many greetings
Carlos

11
NXPTM M522XX, KINETIS and i.MX RT / Re: Visual C ++ errors
« on: August 24, 2015, 01:57:51 AM »
Hello Phomann:

Thank you very much for your collaboration.

I now have the problem that the simulation does not show a valid IP.
Say :
IP 0.0.0.0 : 00-00-00-00-00-00 (Resolving)
What can be the reason?

Thank you very much and greetings

Carlosl

Uncoma

12
NXPTM M522XX, KINETIS and i.MX RT / Re: Visual C ++ errors
« on: August 22, 2015, 08:43:19 PM »
HI Mark:

You were right, the problem was installing the VS 2010 Express.

The problem was that my PC had installed Framework 4.5 and with the installation of VS 2010 C ++ Framework 4 installed.

Generating conflicts and did not end the compilation. Uninstall version 4.5 and stayed with version 4. And no more problems.

Many greetings and thanks.

Carlos
Uncoma

13
NXPTM M522XX, KINETIS and i.MX RT / Re: Visual C ++ errors
« on: August 21, 2015, 09:50:02 PM »
Hi Mark:
True, by not including NET_KBED disappeared errors. But now I aperece this error, when the link

LINK: fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

Many greetings
Carlos

14
NXPTM M522XX, KINETIS and i.MX RT / Visual C ++ errors
« on: August 21, 2015, 06:00:48 PM »
Hi:
I'm using Visual C ++ 2010 express with project  utasker v1.4.7 (date 03.05.2015) and leave the following errors:

utaskerv1.4\debug_hal.h(1127): error C2065: 'MAPPED_DEMO_LED_3' : undeclared identifier
utaskerv1.4\debug_hal.h(1133): error C2065: 'MAPPED_DEMO_LED_4' : undeclared identifier

I would appreciate help
Many greetings and thanks.
Carlos
Uncoma

15
NXPTM M522XX, KINETIS and i.MX RT / FRDM-K64F erros with uVision 5
« on: August 20, 2015, 10:38:59 PM »
Hello:
I'm working with MKD uVision V5 in uTasker project for FRDM-K64F board.
The project compiles fine.
But when I enable #define ETH_INTERFACE , leave the following errors:
//*************************************************************************************
linking...
.\Objects\uTaskerV1_4.axf: Warning: L6320W: Ignoring --keep command. Cannot find argument '__flash_config'.
.\Objects\uTaskerV1_4.axf: Error: L6218E: Undefined symbol fnHandleIGMP (referred from ethernet.o).
.\Objects\uTaskerV1_4.axf: Error: L6218E: Undefined symbol fnHandleMulticastRx (referred from udp.o).
.\Objects\uTaskerV1_4.axf: Error: L6218E: Undefined symbol fnInitialiseSNMP (referred from application.o).
.\Objects\uTaskerV1_4.axf: Error: L6218E: Undefined symbol fnJoinMulticastGroup (referred from debug.o).
.\Objects\uTaskerV1_4.axf: Error: L6218E: Undefined symbol fnLeaveMulticastGroup (referred from debug.o).
.\Objects\uTaskerV1_4.axf: Error: L6218E: Undefined symbol fnReportIGMP (referred from debug.o).
.\Objects\uTaskerV1_4.axf: Error: L6218E: Undefined symbol fnIgmp (referred from kinetis.o).
Not enough information to produce a FEEDBACK file.
Not enough information to list image symbols.
Finished: 2 information, 1 warning and 7 error messages.
".\Objects\uTaskerV1_4.axf" - 7 Error(s), 3 Warning(s).
*** Performing Cross-Module-Optimization:
*** Feedback file '.\Objects\uTaskerV1_4.fed' not found.
Target not created.
Build Time Elapsed:  00:00:33
//*********************************************************************************************
I would greatly appreciate any help in this regard.
Many greetings
Carlos

Pages: [1]