Hello, I am trying to test out my TIMEKEEPERS square wave output. I set my frequency, then enable. However, I do not get a signal out. The SNAPHAT is attached to the IC, so I am not sure what is wrong. Do I need to read after every write, re...
Hello,
I recently got a board I designed with the M48T201V and a 4MB SRAM chip. I cannot find any example code for the M48T201V, with or without the memory. Does anyone have any examples?
Thank you,
Drew
Hello, I am designing with the aforementioned RTC and have the following questions. I contacted ST support and the solution was to ask the forums. So here are my questions:What is the date output (i.e. binary, BCD, YY:MM:DD:dd, HH:MM:SS:hh, et...
Hello, I figured out my problem. I forgot to turn the data pins back to write to write to the chip. Wow I can be *** at times. Thank you all for your help.
Hello, I do not know why it took me this long to understand what you were saying. I can read from the registers I write to. So I can read what values are being sent to 0x7FFF6 and 0x7FFF0. It looks like both are 0x00. Even though I can read ...
Hello, Oh. That makes sense. I will manage my expectations. Yes, that is my main microcontroller. I am not sure what tables I could use. I create an array of addresses from 0x7FFF0 to 0x7FFFF. I am writing the address and then I write ...
Hello, What I really need is an example of how to use the square wave output. My code is attached so you can see. I am using a TM4C129EXL. The code 1st tests the SRAM chip and then sends out a square wave output. I am not sure if my code is ...