Re: [myhdl-list] Hello World
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-04-25 21:26:50
|
On 4/25/15 1:12 PM, Günther Stangassinger wrote: > Hello, > i am quite new to Myhdl and playing around with the de0-nano Board. > I was trying to access the ADXL345 over the SPI 3 wire bus. (just > trying to read the DEVID) > The small code example is working in simulation mode as far as i can judge. > But on the real board i get 0x0 for the DEVID which should be 0xE5 Is this the latest DE0 with the cyclone-IV? If you are intending to communicate over I2C are you keeping the CSn signal high to the ADXL345? (I have dug through the code yet). If you are not Do you have this in a public repo, like github or bitbucket? Regards, Chris |