Search found 547 matches

by cfbsoftware
Tue Feb 04, 2025 1:09 am
Forum: Oberon Language
Topic: Conditional Compilation
Replies: 6
Views: 675976

Conditional Compilation

In the process of testing a module it is often very useful to add diagnostic traces to monitor progress. As these diagnostics are generally only required for development they can be turned off for the release version of the application using various CONST declarations. A new optimisation feature, Co...
by cfbsoftware
Sat Jan 25, 2025 11:34 pm
Forum: CPIde and Component Pascal
Topic: Debugging GPCP using Visual Studio
Replies: 1
Views: 148626

Re: Debugging GPCP using Visual Studio

While revisiting this article I discovered another later one titled Another Trick for Debugging GPCP Programs

https://softwareautomata.blogspot.com/2011/11/
by cfbsoftware
Tue Dec 31, 2024 6:16 am
Forum: Raspberry Pi RP2040 and RP2350
Topic: Text Display and/or Slide Drawing?
Replies: 3
Views: 78296

Re: Text Display and/or Slide Drawing?

v9.3.3 of Astrobe for RP2040 and Astrobe for RP2350 now include the Text Display and Slide Drawing examples as part of the standard distribution:

Astrobe for RP2040 Source code examples

Astrobe for RP2350 Source code examples
by cfbsoftware
Mon Dec 23, 2024 4:45 am
Forum: Astrobe for Raspberry Pi RP2040 and RP2350
Topic: I2C
Replies: 4
Views: 80833

Re: I2C

V9.3.3 Astrobe for RP2040 and RP2350 have now been released with I2C support:

What's New in Astrobe for RP2040 and RP2350
by cfbsoftware
Fri Dec 13, 2024 1:38 am
Forum: Astrobe for Raspberry Pi RP2040 and RP2350
Topic: RISC V support for RP2350
Replies: 1
Views: 46347

Re: RISC V support for RP2350

No plan as yet. Now if it was RISC5 instead of RISC-V that would be an entirely different matter ;)
by cfbsoftware
Wed Nov 27, 2024 1:11 am
Forum: Astrobe for Raspberry Pi RP2040 and RP2350
Topic: I2C
Replies: 4
Views: 80833

Re: I2C

We plan to provide support for I2C for the Pi releases by the end of this year. The Astrobe for RP2040 and RP2350 Feature Matrix now specifies everything that is scheduled to be implemented by then.
by cfbsoftware
Mon Nov 25, 2024 11:41 pm
Forum: Archive
Topic: Astrobe for RP2350 has now been released
Replies: 0
Views: 35856

Astrobe for RP2350 has now been released

A new product, Astrobe for RP2350 has now been released. You can use it to develop embedded software for the very popular, inexpensive, Raspberry Pi Pico 2 board. More information can be found here: What's New in Astrobe for RP2040 and RP2350 Astrobe for RP2040 / RP2350 Feature Matrix Astrobe for RP...
by cfbsoftware
Mon Nov 25, 2024 11:31 pm
Forum: Archive
Topic: Astrobe for RP2040: Valid Code Range Rejected
Replies: 3
Views: 51237

Re: Astrobe for RP2040: Valid Code Range Rejected

This has been addressed in Astrobe for RP2350 which has now been released. The Astrobe for RP2040 update will follow shortly. For more information see:

What's New in Astrobe for RP2040 and RP2350
by cfbsoftware
Sat Nov 16, 2024 2:53 am
Forum: CPIde and Component Pascal
Topic: HCFilerSetup.exe
Replies: 1
Views: 45798

Re: HCFilerSetup.exe

HCFilerSetup.exe for Windows is currently available on request to Personal and Professional Edition users of Astrobe. You should receive a copy by email shortly. Here is a screenshot taken when files created using the Astrobe HCTest example were being copied by Windows HCFiler from the SD card to a ...
by cfbsoftware
Fri Nov 15, 2024 11:07 pm
Forum: Archive
Topic: Astrobe for RP2040: Valid Code Range Rejected
Replies: 3
Views: 51237

Re: Astrobe for RP2040: Valid Code Range Rejected

Thank you for your report. Currently v9.3 Astrobe for RP2040 and RP2350 only support “Normal cache operation” i.e. XIP access, cacheable, allocating. We will update the documentation to reflect this. However, if you wish to experiment with other cache options and are prepared to do any additional wo...