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

Pages: [1]
1
STTM STM32 and STR91XF / Re: RIDE7
« on: September 10, 2010, 11:05:18 AM »
Hello

Today I get self-soldered(or sweated, or brazed - I don't know English well) connector from RLink device to Flash-link pins on board. In RIDE7 with RLink I can program it and erase, but can't debug, or, simply, pause execution of program. I always get message from OPI Driver: "Core does not acknowledge."

How to debug it?

2
STTM STM32 and STR91XF / Re: RIDE7
« on: September 09, 2010, 08:34:10 AM »
Hello

I have RLink in STD version. Have you an upgrade serial number to Pro version? I don't see reason to buy it for 700 euro for single controller without using it in future. With 32K limitation i can't debug 260K .elf file.
If you have it, please, send me by e-mail.

With hope,

Sacha_D

3
STTM STM32 and STR91XF / Re: RIDE7
« on: September 08, 2010, 01:23:47 PM »
Yes. I build it without errors.
I use Flash Link cable and JTAG Programmer by ST. (I build project in Ride, then load .hex in controller in JTAG Programmer). Flash Link Cable connects to LPT port in my PC.
I don't know how debug program, loaded into microcontoller. In what program/debugger?

4
STTM STM32 and STR91XF / Re: RIDE7
« on: September 08, 2010, 12:31:52 PM »
Hello. I upgraded it to 1.4, commented
Quote
if ((ulPhyIdentifier & PHY_MASK) != PHY_IDENTIFIER) return;
, build, load .hex. into microcontroller.

Result:
Ethernet port has 2 LEDs.  (if see the same, that on picture in MS Visual Studio project) Left - always blinking rapidly, right - always lights.
ping 192.168.0.3
Answer from 192.168.0.2: host is unreachable.

Then I tried change value of TARGET_HW in file config.h to all listed values, such as:DEMO9S12NE64, AT91SAM7X-EK, SAM7X-EX256, ... etc.
Result was the same.
Is the main problem in MICREL KSZ8041TL? What do next?

5
STTM STM32 and STR91XF / Re: RIDE7
« on: September 07, 2010, 01:10:48 PM »
Thank you. Simulator in Visual Studio works very well. it's really great.

What changes shoud I do in project for make it compatible with Ride7?

Can you send me uTasker .hex file with deleted 
if ((ulPhyIdentifier & PHY_MASK) != PHY_IDENTIFIER) return;
for I try to load it into microcontroller?

6
STTM STM32 and STR91XF / Re: RIDE7
« on: September 06, 2010, 07:30:09 AM »
Hello, my STR912FAW44X6 was placed onto self-created board. PHY is MICREL KSZ8041TL. STR9_DONGLE, REva_DAUGHTER, STR912_SK, as I saw, have STE100P.
How transform uTasker under PHY MICREL KSZ8041TL?  Is it possible? Which files/libs I need?

When i try to ping uTasker Simulator (which was wrote in Visual C++) I get answer: Time interval for waiting request was passed. Which net configuration on my computer shoud I set-up? Windows 7.

I attached captured packets by WireShark, when I pinged Simulator.

7
STTM STM32 and STR91XF / Re: RIDE7
« on: September 03, 2010, 07:00:31 AM »
I tried to use it, but got the same result - host is unreachable. I connected it and my computer into hub, set-up my ip:192.168.0.2 and net mask 255.255.254.0.
Can you create for me .hex file with ip 192.168.5.111, net mask 255.255.255.0, default gateway 192.168.5.2? In example by Adam Dunkels it works.
V1.3 doesn't have a RIDE project (GCC based) so you may need to do some work to get this operating.
- What shoud I do?

8
STTM STM32 and STR91XF / Re: RIDE7
« on: September 02, 2010, 01:34:28 PM »
I filled form and got uTasker for STR912. I tried to build it with RIDE7 (i need .hex file for JTAG programmer by ST Microelectronics), but Ride7 don't understand assembler syntax, such as ";", "EQU" and others. It can't find TICK_RESOLUTION. When I tried to load into microcontroller uTaskerV1.3.obj from uTaskerV1.3.0_STR91XF\Applications\uTaskerV1.3\CAPS_STR91XF, program was loaded successfully, but I can't find it on 192.168.0.3 net mask 255.255.254.0. Ping outputs: unreachable host, even my computer has address 192.168.0.2 and same net mask. How to build and to run uTasker? I'm a beginner here. Thank you.

Pages: [1]