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

Pages: [1]
1
STTM STM32 and STR91XF / Re: BSP for STM3220G-EVAL
« on: January 22, 2014, 06:49:37 PM »
I just happen to have some STM3220G-EVAL's laying around. Wanted to do something useful with them..

2
STTM STM32 and STR91XF / BSP for STM3220G-EVAL
« on: January 19, 2014, 03:01:05 PM »
Does the current BSP for STM32 support the STM3220G-EVAL?

Thanks!
Bert

3
µTasker general / Re: Help on Telnet
« on: January 04, 2009, 03:02:01 PM »
Hi!
1. TELNET is started, verified by single stepping "fnConfigureTelnetServer()" and it is called by the debug task.
4. TCP SYN message verrified with Etheral (see attached log).

The TELNET session is definitely active, however the menu is not appearing in the TELNET window.

After starting the TELNET session I tried to connect the UART.
Response: Command line blocked.

And then after closing the TELNET session I get the following menu prompt from the UART.

     Main menu
===================
1              Configure LAN interface
2              Configure serial interface
3              Go to I/O menu
4              Go to administration menu
5              Go to overview/statistics menu
help           Display menu specific help
quit           Leave command mode

Think I need some more advice…
Thanks!
/Bert

 

4
µTasker general / Re: File System in SPI EEPROM
« on: January 03, 2009, 02:03:09 AM »
Hi Jacobo!

What compiler are you using? CodeWarrior have a nice feature, ctrl+shift+M (find in files).

The SPI_FILE_SYSTEM define is also found in config.h, line 85.

Regards
/Bert

5
µTasker general / Re: Authentication to FTP and HTTP.
« on: January 03, 2009, 01:48:52 AM »
Hi!
Please look in config.h, line 289.

Good luck!
/Bert

6
µTasker general / Re: Help on Telnet
« on: January 03, 2009, 01:44:29 AM »
Hi Mark!

Should'nt you go to bed ;)

1. Have no problem problems to TELNET other equipment in my proximity (NAS, Router, other computers..)

2. Same result as before...

Thanks!
/Bert

7
µTasker general / Re: Help on Telnet
« on: January 03, 2009, 12:16:48 AM »
Hi Mark!
1. I can not establish contact with the TELNET port.
Not quite sure i'm doing right, I Run TELNET from Start=>Run.
When window opens i type "open 192.168.0.63"... scren goes black, nothing happens.
Have also tested PuTTY, same result. Black scren and after a while i get the message "Connection closed by remote host".

2. Running on M52235EVB.

Regards
/Bert

8
µTasker general / Help on Telnet
« on: January 02, 2009, 01:54:38 PM »
Hi!
Have some difficulties to activate Telnet :(

In Config.h Telnet is enabled:
  #define USE_TELNET         // enable TELNET support

I can get DebugMsg out of the UART but Telnet is dead, anyone got some good ideas where to look?

Thanks!
/Bert

9
µTasker general / Re: Simulator error
« on: September 06, 2008, 08:42:41 PM »
Found it!
In config.h the line
  //#define UTASKER_SIM                                                  // simulator HW extension
change to
  #define UTASKER_SIM                                                  // simulator HW extension

/Bert

10
µTasker general / Simulator error
« on: September 06, 2008, 07:24:31 PM »
Uziping uTaskerV1.3.0_M5223X.zip", doing the same with "uTaskerV1.3.0_M5223X_SP7.zip"
Rename "config_ref_m5223X_sp7.h" to config.h in \..\uTaskerV1.3
Starting the simulator and i get the following message

--------------------Configuration: uTasker - Win32 Debug--------------------
Linking...
application.obj : error LNK2001: unresolved external symbol _fnServeDelayed
Debug/uTaskerV1-3.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
uTaskerV1-3.exe - 2 error(s), 0 warning(s)

Any ideas??
Thanks!

11
NXPTM M522XX, KINETIS and i.MX RT / Compiler V7 limitation!!??
« on: March 30, 2008, 01:16:07 PM »
Have anyone seen this:

Project Error 202049.This IDE is not licensed for full functionality; limit of 32 files-per-target. To obtain a full license for this product, please visit www.freescale.com/codewarrior or call (800)521-6274. For international sales & support, visit www.freescale.com.

Reading product page at Freescale it suposed to be limited to 128k code size, not 32 files??

Any ideas?

Thanks!
/Bert

12
µTasker general / IAR compiler
« on: March 10, 2008, 06:52:24 PM »
Are there any constrains in what version of compiler to use?
I'm planing to use IAR EW2.44
Do I have to make any specific adaptions for this version?

Thanks!
/Bert

13
µTasker general / Simulator debug message
« on: February 17, 2008, 09:46:14 AM »
Can some one explain why i get these messages when i run the simulator?

Loaded 'C:\WINNT\system32\ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\KERNEL32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\USER32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\GDI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\wpcap.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ws2_32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ADVAPI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\secur32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ws2help.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\Packet.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\WanPacket.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\npptools.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\mfc42u.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\OLEAUT32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\OLE32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\IPHLPAPI.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\icmp.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\mprapi.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\samlib.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\NETAPI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ntdsapi.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\dnsapi.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\wsock32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\WLDAP32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\netrap.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\activeds.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\adsldpc.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\rtutils.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\SETUPAPI.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\USERENV.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\RASAPI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\RASMAN.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\TAPI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\SHLWAPI.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\DHCPCSVC.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\version.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\lz32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\mfc42loc.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\npp\ndisnpp.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\rsaenh.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\CRYPT32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\msasn1.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\SHELL32.DLL', no matching symbolic information found.
First-chance exception in uTaskerV1-3.exe (NTDLL.DLL): 0xC0000005: Access Violation.
Loaded 'C:\WINNT\system32\indicdll.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\imm32.dll', no matching symbolic information found.
The thread 0x324 has exited with code 1 (0x1).
The thread 0x738 has exited with code 20 (0x14).
The thread 0x73C has exited with code 20 (0x14).
The program 'C:\Programme\Applications\uTaskerV1.3\Simulator\Debug\uTaskerV1-3.exe' has exited with code 20 (0x14).


Just wondering if this is normal
Im using MS C++ 6.0.
Thank you!
/Bert

14
µTasker general / Re: Document
« on: February 10, 2008, 09:45:50 PM »
Thanks!
That's what I was looking for, something to open the first door:-)

/Bert

15
µTasker general / Document
« on: February 10, 2008, 06:36:01 PM »
Hi!
Is their any document describing the mechanism of getting and sending data between the web page and the embedded application? Some of you would probably say, "read the comments in the files" and that is one way but for me as a beginner it would be a lot easier if I could get a picture of the general idea before i start to dig in the code:-)

Thanks!
/Bert

Pages: [1]