/var/www/restricted/ssh/stm32/www/stm32circle/ STM CircleOS forum / CircleOS 4.61 frezze in new App

Username:     
Password:     
             

Forum

# 1   2013-11-19 00:28:07 CircleOS 4.61 frezze in new App

fscsi81
Member
Registered: 2013-11-14
Posts: 15

CircleOS 4.61 frezze in new App

Hello
Sorry to my bad english

I have a problem. I update CircleOS 4.32 to 4.61.
I write new app  (for CircleOS) and work fine in COS 4.32 in 4.61 frezze.

Microcontroller is EvoPrimer stm32f103G 1MB Flash mem.

I update Ride7 and ARM to new version.

Pleas help.

PS. Maybe FAT_OS4.elf - is brick for COS 4.61?

Offline

 

# 2   2013-11-19 09:01:44 CircleOS 4.61 frezze in new App

Etienne.C
Administrator
Registered: 2012-12-04
Posts: 71

Re: CircleOS 4.61 frezze in new App

hello,

There is a lot of differences between the CircleOS 4.32 and 4.61. Particularly the frequency setting of the call by the system.
In a new application, can you verify the divider is not set to 1000 (seems to freeze but is just waiting a long time).
You should set your application as following:
MENU_SetAppliDivider( 100 );

Best regards,

Offline

 

# 3   2013-11-19 10:22:12 CircleOS 4.61 frezze in new App

fscsi81
Member
Registered: 2013-11-14
Posts: 15

Re: CircleOS 4.61 frezze in new App

OK Work in debug mode and new Problem.

Menu>About> App 1 5535KB >>???<< Why?
Flash memory 6605KB???

Normal in COS 4.61 no app.
Flash mem for app 844KB
COS Mem used - 180KB

Last edited by fscsi81 (2013-11-21 11:24:13)

Offline

 

# 4   2013-11-19 10:28:06 CircleOS 4.61 frezze in new App

fscsi81
Member
Registered: 2013-11-14
Posts: 15

Re: CircleOS 4.61 frezze in new App

And next problem..

I add application in circle_mgr. (OS 4.61) frezze. Not respond. Only upgrade to work no app.

Offline

 

# 5   2013-11-19 16:14:15 CircleOS 4.61 frezze in new App

Etienne.C
Administrator
Registered: 2012-12-04
Posts: 71

Re: CircleOS 4.61 frezze in new App

Hello,

We confirm the issue and it should be fixed in the next release of the Rkit-ARM.
this release should be ready in a few days.

Best regards,

Offline

 

# 6   2013-11-19 18:55:17 CircleOS 4.61 frezze in new App

fscsi81
Member
Registered: 2013-11-14
Posts: 15

Re: CircleOS 4.61 frezze in new App

It is difficult. I'll wait, I hope it will not be more than a few days smile
I am very much needed.
My question is whether the fault lies in the file FAT_OP4.elf?

Offline

 

# 7   2013-11-20 16:54:51 CircleOS 4.61 frezze in new App

Etienne.C
Administrator
Registered: 2012-12-04
Posts: 71

Re: CircleOS 4.61 frezze in new App

You right, we change the FAT_OP4.elf management. As soon as the new release is ready I will let you know.
regards,

Offline

 

# 8   2013-11-20 18:46:08 CircleOS 4.61 frezze in new App

fscsi81
Member
Registered: 2013-11-14
Posts: 15

Re: CircleOS 4.61 frezze in new App

How to compile Circle OS 4.61 + app. in one hex file?

Offline

 

# 9   2013-11-22 08:39:47 CircleOS 4.61 frezze in new App

Etienne.C
Administrator
Registered: 2012-12-04
Posts: 71

Re: CircleOS 4.61 frezze in new App

Hello,

The new release is done! you can download Ride7 and rkit-ARM at http://support-raisonance.com/extranet/ … ool__id__7.

Use ride7 to compile the circleOS and the app together.

Best regards

Offline

 

# 10   2013-11-22 13:43:46 CircleOS 4.61 frezze in new App

fscsi81
Member
Registered: 2013-11-14
Posts: 15

Re: CircleOS 4.61 frezze in new App

I try new ride7 and Rkit Arm.

Debug mode have bug :
Menu>About> App 1 5535KB >>???<< Why?
Flash memory 6605KB???

Normal in COS 4.61 no app.
Flash mem for app 844KB
COS Mem used - 180KB

FAT_OS4.elf is this same file. No new sad Only change Circle_mgr...

Do you have FAT_04 source files? Maybe recompiled and change addr mem to app give the good result?

Last edited by fscsi81 (2013-11-22 15:44:13)

Offline

 

# 11   2013-11-25 09:48:54 CircleOS 4.61 frezze in new App

yrt
Administrator
From: Grenoble-France
Registered: 2008-06-11
Posts: 520
Website

Re: CircleOS 4.61 frezze in new App

Effectively, you're right,  the FAT.elf is not up to date in the new release of KitARM, and so, not compatible with the new FAT management of the CircleOS v4.61 in order to support application sizes bigger then 256KB.
You can download the good version at this address:
ftp://ftp.raisonance.com/pub/CircleOS/FAT_OP4.elf

Note that the application size displayed in debug mode is set arbitrarily to 8Kb. Only the Circle_mgr is able to set and display the good size.

Thank you for your report.

Offline

 

# 12   2013-11-27 17:30:40 CircleOS 4.61 frezze in new App

fscsi81
Member
Registered: 2013-11-14
Posts: 15

Re: CircleOS 4.61 frezze in new App

Ehhh.. new bug...

Create new app and compile (for circle os 4.61) platform: stm32103g
LCD normal old  KitArm and Ride7
Hello world = blinking
New bug:
Hello = blinking / Wher is world???? World missing...
On the latest version RkitArm & Ride7

I not try new file FAT_OP.elf in post up

Offline

 

# 13   2013-11-29 08:58:12 CircleOS 4.61 frezze in new App

Etienne.C
Administrator
Registered: 2012-12-04
Posts: 71

Re: CircleOS 4.61 frezze in new App

Hello,

I'm not sure to understand the bug.
The word "world" disappear on the LCD or is not blinking?
I made a try and I don't see any bugs.

regards,

Offline

 

# 14   2013-11-29 15:56:03 CircleOS 4.61 frezze in new App

fscsi81
Member
Registered: 2013-11-14
Posts: 15

Re: CircleOS 4.61 frezze in new App

Yes debug mode OK..
Circle_mgr add new app. - no OK


new->project->stm32g_CircleOS->compile
Debug mode OK. Hello + world blinking

And add_to_circle.bat (directory objrelease)
Hello blinking
world - missing . only hello in LCD.

I show you: http://xxxxxxxxx.........

Last edited by fscsi81 (2013-12-02 17:05:46)

Offline

 

# 15   2013-12-02 14:48:11 CircleOS 4.61 frezze in new App

Etienne.C
Administrator
Registered: 2012-12-04
Posts: 71

Re: CircleOS 4.61 frezze in new App

Hello,

We confirm the bug! The linker seems to cause this issue.
We need more time  but we will tell you as soon as this issue is fixed.

Best regards,

Offline

 

# 16   2014-05-10 21:22:23 CircleOS 4.61 frezze in new App

fscsi81
Member
Registered: 2013-11-14
Posts: 15

Re: CircleOS 4.61 frezze in new App

This bug is fix?

Offline

 

# 17   2014-05-20 10:05:37 CircleOS 4.61 frezze in new App

Etienne.C
Administrator
Registered: 2012-12-04
Posts: 71

Re: CircleOS 4.61 frezze in new App

Hello,

Yes, this bug has been fixed.
A new version of the Rkit-ARM should be released in a few weeks.

Best regards,

Offline

 

Board footer