Search found 424 matches

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

Re: Astrobe V8.1.1 targeting Raspberry Pi RP2040

We are planning to include libraries and sample code for the Raspberry Pi RP2040 once we have finished a few more STM32 targets and v8.1.1 Astrobe for Cortex-M3, M4 and M7 has been released. However the Personal Edition should already include enough for you to start developing for it yourself. The R...
by cfbsoftware
Sun Mar 12, 2023 10:50 am
Forum: Astrobe for ARM Cortex-M0, M3, M4 and M7
Topic: v8.1.1 Astrobe for Cortex-M0 has been released
Replies: 0
Views: 196

v8.1.1 Astrobe for Cortex-M0 has been released

A minor upgrade, v8.1.1 Astrobe for Cortex-M0, has now been released. A couple of problems have been fixed, additional boards are supported, and an I2C library module and example are included. For more details see: What's New in Astrobe for Cortex-M0 Supported Development Boards Astrobe for Cortex-M...
by cfbsoftware
Tue Mar 07, 2023 2:33 am
Forum: Astrobe for ARM Cortex-M0, M3, M4 and M7
Topic: The new Astrobe for Cortex-M0 has now been released
Replies: 0
Views: 425

The new Astrobe for Cortex-M0 has now been released

Our new product, Astrobe for Cortex-M0, has now been released. Astrobe for Cortex-M0 generates ARM Thumb instruction set code which can be used to develop software for systems which use ARM Cortex-M0 microcontrollers e.g. the STM32F0 Series , the Raspberry Pi RP2040 etc. For more information see: Wh...
by cfbsoftware
Wed Nov 02, 2022 8:59 am
Forum: Astrobe for ARM Cortex-M0, M3, M4 and M7
Topic: v8.0.1 Astrobe for Cortex-M3, M4 and M7 have now been released
Replies: 0
Views: 2119

v8.0.1 Astrobe for Cortex-M3, M4 and M7 have now been released

The latest v8.0.1 maintenance upgrades of Astrobe for Cortex-M3, M4 and M7 have now been released. See the Problems fixed section of What's New in Astrobe for Cortex-M3, M4 and M7 for a summary of the bug-fixes since v8.0. If you are a registered user of the Professional Edition and your support per...
by cfbsoftware
Tue Aug 30, 2022 10:00 am
Forum: CPIde and Component Pascal
Topic: The IDE has no code completion?
Replies: 2
Views: 1771

Re: The IDE has no code completion?

Correct. See the IDE / Editor section of the CPIde Feature Matrix for a summary of the supported features.
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: 1348

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...
by cfbsoftware
Wed Mar 16, 2022 4:28 am
Forum: Astrobe for FPGA RISC5
Topic: Problems with RISC5 Version 8 SDDisk
Replies: 4
Views: 6020

Re: Problems with RISC5 Version 8 SDDisk

Maybe you are trying to program the xc7a35t FPGA directly instead of programming the CMod-A7 Quad-SPI Flash? Refer to Section 4 Quad-SPI Flash in the CMod A7 Reference Manual for details: https://digilent.com/reference/programmable-logic/cmod-a7/reference-manual When you have used the information th...
by cfbsoftware
Sun Mar 13, 2022 4:26 am
Forum: Astrobe for FPGA RISC5
Topic: Problems with RISC5 Version 8 SDDisk
Replies: 4
Views: 6020

Re: Problems with RISC5 Version 8 SDDisk

Sorry about the delay in replying - I didn't notice your message in the moderation queue until today. Subsequent messages from you will not require approval. What SD Card adapter are you using? What tool did you use to store the SD Card image onto the SD Card? Are you sure you used the correct bitst...
by cfbsoftware
Tue Feb 22, 2022 11:09 pm
Forum: CPIde and Component Pascal
Topic: GPCP Unhandled Exception
Replies: 1
Views: 3040

Re: GPCP Unhandled Exception

The clues in the exception traceback report are the procedure calls GPBinFiles.findOnPath and NewSymFileRW.SymFileReader.Parse . This indicates to me that it is in the process of looking for symbol files on your path. As this is a new installation I suspect that the CPSYM environment variable requir...