Search found 2 matches

by Din
Tue Oct 23, 2018 11:29 pm
Forum: Oberon Language
Topic: BIT WISE AND/OR operation
Replies: 3
Views: 24452

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...
by Din
Mon Oct 15, 2018 10:30 pm
Forum: Astrobe for FPGA RISC5
Topic: SPI
Replies: 1
Views: 12389

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...