Search found 2 matches
- Tue Oct 23, 2018 11:29 pm
- Forum: Oberon Language
- Topic: BIT WISE AND/OR operation
- Replies: 3
- Views: 43557
BIT WISE AND/OR operation
Hi, I would like to know how to execute BIT wise AND and OR operation. Here is something i tried but didn't work: My goal is to perform => X (BITWISE AND) 0xFF My initial data was "BYTE' type so I tried converting the BYTE to INTEGER and then used " VAL " to convert it to SET. I thought with SET i w...
- Mon Oct 15, 2018 10:30 pm
- Forum: Astrobe for FPGA RISC5
- Topic: SPI
- Replies: 1
- Views: 18816
SPI
Hi, I'm using Astrobe for FPGA RISC5 on ARTY and I'm new to Astrobe and Oberon system. The application i'm working on is IOT based where SPI is used to communicate with WIZNET W5500 (https://www.wiznet.io/product-item/w5500-ethernet-shield/). Initially I tested the communication on Firmware (Without...