Page 1 of 1

rp_hw.h file

Posted: Tue Mar 29, 2022 8:58 am
by Plafont266
Hi all,

I am trying to implement a communication via UART. Later, I also want to use the SPI bus and handle the slow ADCs and DACs.

I can see that the RedPitaya's examples make use of the rp_hw.h library very efficiently. The rp_hw.h library is present in every example which manipulate the hardware.

Unfortunately, I am trying to reuse the VNA application writtent by Pavel Demin with UART communication, but the rp_hw.h could not be found in his SD image.

Could you advise me how to find the rp_hw.h file and insert it to a SD card content?

Thanks a lot

Patrick