I'm using I2C communication between a Cypress PSoC and an external slave. I've assigned the SCB block for I2C on my TopDesign file, however, programming in C the compiler doesn't let me use the function SCB_I2CMasterReadBuf(etc etc etc) as it says it has not been declared (but it might be, because I'm using the right block).
How can I solve this? Regards, Julio.