code: interfacing a chipcorder isd1760

Hey unsped, I am working with an ISD17120 COB demo. I'm trying to adapt your code to work with the 120.

I'm kinda alt-tabbing back and forth between your code, the EEPROM tutorial and the ISD 17XX design guide, trying to figure out why the code is not working. As of now, I cannot get the code to make the Winbond board do anything. :cry:

I had two really stupid noob questions for you:

  • Does the ISD17120 have a different number of bits to initialize it than the ISD1760? (I am going to do more research on this myself; hopefully I can figure this out instead of getting stuck)

  • I think I understand how to access the memory in the Winbond (like you described above) but I'm not sure where that chunk of code is supposed to fit into the program in your second post - do I access the memory location of my sound in the setup, or in the loop, or...?