Search found 443 matches

by cfbsoftware
Fri Nov 17, 2023 4:56 am
Forum: Astrobe for ARM Cortex-M0, M3, M4 and M7
Topic: Interrupt Handlers
Replies: 2
Views: 5686

Re: Interrupt Handlers

Good question! Actually Cortex-M0 is OK but Cortex-M3 could be optimised. Try adding some code to your Cortex-M0 interrupt handlers. You should see some or all of registers r4 - r7 saved if they are allocated by the compiler in the handler. Additionally, all registers r4-r7 are saved if another proc...
by cfbsoftware
Fri Nov 03, 2023 9:48 am
Forum: Astrobe for ARM Cortex-M0, M3, M4 and M7
Topic: v9.0 of Astrobe for ARM Cortex-M0, M3, M4 & M7 have all been released
Replies: 0
Views: 29702

v9.0 of Astrobe for ARM Cortex-M0, M3, M4 & M7 have all been released

The v9.0 release of Astrobe has now been completed for all four target types - ARM Cortex-M0, M3, M4 and M7. For more details see: What's New in Astrobe for Cortex-M0, M3, M4 and M7 . The Astrobe for Cortex-M0, M3, M4 and M7 Feature Matrix . The four systems may be purchased together or each one sep...
by cfbsoftware
Fri Oct 06, 2023 6:28 am
Forum: CPIde and Component Pascal
Topic: GPCP Unhandled Exception
Replies: 3
Views: 10269

Re: GPCP Unhandled Exception

Maybe because you are using two different user names: john and jonro?
by cfbsoftware
Sat Aug 12, 2023 2:10 am
Forum: Getting Started
Topic: Using Astrobe RISC5 with RISC5 emulators
Replies: 1
Views: 75958

Re: Using Astrobe RISC5 with RISC5 emulators

You could use Astrobe's editor and code navigation features to work on source code modules which you would then transfer to Peter's emulator using its file transfer features. You would then compile these modules on the emulator. However, you would need to avoid using any of the Astrobe-specific exte...
by cfbsoftware
Sat Jun 17, 2023 11:12 pm
Forum: Astrobe for FPGA RISC5
Topic: SYSTEM.LDREG
Replies: 4
Views: 84963

Re: SYSTEM.LDREG

Refer to the discussion titled [Oberon] List of extensions for Project Oberon compiler on the ETH Oberon Mailing list for more information related to "undocumented features" in Project Oberon.
by cfbsoftware
Thu May 04, 2023 6:42 am
Forum: Astrobe for ARM Cortex-M0, M3, M4 and M7
Topic: Advance v9.0 Astrobe for Cortex-M information
Replies: 0
Views: 15138

Advance v9.0 Astrobe for Cortex-M information

With the experience gained from writing the code generator for Astrobe for Cortex-M0 we have enhanced the code generator for Astrobe for Cortex-M3, M4 and M7 for version 9.0 due for release in Q4 2023. This advance information is intended to allow you prepare for these changes: Registers are allocat...
by cfbsoftware
Wed Mar 15, 2023 5:07 am
Forum: Cortex-M0, M3, M4 and M7
Topic: Astrobe V8.1.1 targeting Raspberry Pi RP2040
Replies: 1
Views: 83176

Re: Astrobe V8.1.1 targeting Raspberry Pi RP2040

The Personal Edition has the same target configuration files as the Professional Edition. You can edit one of them and write suitable library code to try to target another Cortex-M0/M0+ device. Once we have finished the latest versions (v9) of Astrobe for Cortex-M0, M3, M4 and M7 we plan to start wo...
by cfbsoftware
Tue Aug 30, 2022 10:00 am
Forum: CPIde and Component Pascal
Topic: The IDE has no code completion?
Replies: 1
Views: 6792

Re: The IDE has no code completion?

The CPIde Feature Matrix lists all of the features included in the IDE. Code completion is not included.
by cfbsoftware
Tue Aug 30, 2022 9:55 am
Forum: CPIde and Component Pascal
Topic: Can I make .NET DLL (class library) with GPCP?
Replies: 2
Views: 78362

Re: Can I make .NET DLL (class library) with GPCP?

The Library Modules and the Oberon for FPGA RISC5 Compiler modules included with CPIde are examples which generate .DLL files. The Gardens Point Component Pascal Release Notes state: The program executable will be “*.exe” if the program contains an entry point (i.e. if the module imports CPmain), ot...