Re-exporting an aliased imported type can result in unexpected compilation errors. See the original report for an example:
https://www.astrobe.com/forum/viewtopic.php?f=19&t=831
Search found 34 matches
- Tue Aug 05, 2025 12:59 am
- Forum: Bug Reports
- Topic: Re-exporting Aliased Imported Types
- Replies: 0
- Views: 53968
- Tue Jul 22, 2025 3:05 am
- Forum: Bug Reports
- Topic: Type Test Failures
- Replies: 0
- Views: 99590
Type Test Failures
Type tests are returning incorrect results for variables that are pointers with a base type that is imported. See the original report for examples:
https://www.astrobe.com/forum/viewtopic.php?f=19&t=829
https://www.astrobe.com/forum/viewtopic.php?f=19&t=829
- Mon Jun 02, 2025 10:07 pm
- Forum: Astrobe for FPGA RISC5
- Topic: Nexys board RAM interface
- Replies: 3
- Views: 275608
Nexys board RAM interface
The Nexys.xcd file - to my knowledge - defines the periphery of the Artix FPGA, which means the pinout.
Now i'm really wondering where the memory link (inbus, outbus, adressbus) is set? i simply find no definition for it in the file?
Now i'm really wondering where the memory link (inbus, outbus, adressbus) is set? i simply find no definition for it in the file?
- Fri Dec 06, 2024 4:14 am
- Forum: Astrobe for Raspberry Pi RP2040 and RP2350
- Topic: RP2350 Metadata Blocks - FYI
- Replies: 0
- Views: 74049
RP2350 Metadata Blocks - FYI
Raspberry Pi have defined Metadata Blocks to be used to configure RP2350 applications. These blocks are embedded in the executable UF2 format file. Details of these blocks can be seen in Section 5.9 of the RP2350 DataSheet. The initial release of Astrobe for RP2350 implemented an Image Def block usi...
- Mon Jun 03, 2024 11:31 pm
- Forum: Astrobe for FPGA RISC5
- Topic: Project Oberon Build Tools
- Replies: 1
- Views: 150702
Project Oberon Build Tools
On the SW side i managed now to install an Oberon task in the loop. Would like to autostart it on reset/power up. Assume i have to rebuild the image on the SD card then, right? Would you tell me how to do?
- Tue Apr 16, 2024 11:53 pm
- Forum: Astrobe for FPGA RISC5
- Topic: Additional switches not detected on Nexys A7 board
- Replies: 2
- Views: 120585
Additional switches not detected on Nexys A7 board
When running on Embedded Project Oberon, SwitchTest.Run gives:
Switch 2 is on
Switch 3 is on
Switch 6 is on
Switch 7 is on
As my Nexys A7 board has 16 switches, I have changed SwitchCount = 16; but they do not show up?
Switch 2 is on
Switch 3 is on
Switch 6 is on
Switch 7 is on
As my Nexys A7 board has 16 switches, I have changed SwitchCount = 16; but they do not show up?
- Thu Apr 11, 2024 12:57 am
- Forum: Astrobe for FPGA RISC5
- Topic: Can I use a USB keyboard with Embedded Project Oberon?
- Replies: 1
- Views: 92640
Can I use a USB keyboard with Embedded Project Oberon?
Is it possible to attach and read in a USB keyboard directly when using Embedded Project Oberon on a Nexys A7 board?
- Thu Nov 16, 2023 4:06 am
- Forum: Astrobe for ARM Cortex-M0, M3, M4 and M7
- Topic: Module initialisation order?
- Replies: 1
- Views: 95226
Re: Module initialisation order?
Yes. If you have the Professional Edition you can confirm the order of module initialsation by disassembling the application and looking at the sequence of <modulename>..init calls in the initialisation code procedure (e.g. Blinker..init) of your application.
- Thu Nov 16, 2023 3:56 am
- Forum: Astrobe for ARM Cortex-M0, M3, M4 and M7
- Topic: Module initialisation order?
- Replies: 1
- Views: 95226
Module initialisation order?
Does the module list in the 'map' file for a linked program represent their initialisation order, top to bottom?
- Tue Feb 22, 2022 11:02 pm
- Forum: CPIde and Component Pascal
- Topic: GPCP Unhandled Exception
- Replies: 3
- Views: 198690
GPCP Unhandled Exception
I have installed Component Pascal and CPIde on my Windows 10 laptop. When I try to compile the simple "Hello World" example within CPIde I see: Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at GPBinFiles.GPBinFiles.findOnPath(Char[] pathNam...