Forum Discussion
Altera_Forum
Honored Contributor
13 years agoFrame Locking
Hello, I'm trying to Frame Lock one CVI, to 2 CVOs. To achieve this, I gave the sof and sof_locked from the CVI, to the inputs of the CVO (in the .bdf File). The CVI control register bits 0 an...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- The component should have all addresses defined in system.h. Use them instead of writing to BASE address. --- Quote End --- Yes, I have CVI_BASE 0x10000800 CVO0_BASE 0x10009000 CVO1_BASE 0x10004000 IOWR_32DIRECT(0x10000800, 0x0, 9); //d9 => b1001 IOWR_32DIRECT(0x10009000, 0x0, 25); //d25 => b11001 IOWR_32DIRECT(0x10004000, 0x0, 25); I got the same result with this.