Xilinx Zynq – Memory Structures

General The most important things you should know, if you will generate memory structure or if you will define your own Linux image, is that the structure can be splitted in three main sections. ZYNQ Structure The ZYNQ from Xilinx has a adress space of 4GB and this adress space is splitted for AXI, OCM … Continue reading Xilinx Zynq – Memory Structures

Serialize / Deserialize Data in C#

General My intention with this was the generation of code which I can use independently of the list data I will write. In the beginning saving data in UWP I have always implement the writing process for each data set I use in my application. This should end with the usage off c# template classes. … Continue reading Serialize / Deserialize Data in C#

Tutorial – Setup pyUSB under Windows

General The basic idea was to control different measurement devices, the easy part was RS232 communication with python but for further usage it was necessary to control measurement devices with USB connection too. Requirements pyUSB (https://walac.github.io/pyusb/) libUSB windows package (https://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.20/libusb-1.0.20.7z/download) Usage If you are starting a test program with following content: With this code snippet … Continue reading Tutorial – Setup pyUSB under Windows