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 - 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
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

3
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

4
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

5
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]