Search found 5 matches

by mikinet
Sun Oct 28, 2018 4:21 am
Forum: Application Notes and Design Ideas
Topic: MOD54415x external IO's chip selsect
Replies: 9
Views: 50333

Re: MOD54415x external IO's chip selsect

Hi, i try to NOT shift the address, but i don't see any change on the IO pins.
do you have a working example?
by mikinet
Sun Oct 14, 2018 4:45 am
Forum: Application Notes and Design Ideas
Topic: MOD54415x external IO's chip selsect
Replies: 9
Views: 50333

Re: MOD54415x external IO's chip selsect

Hi,Thanks all for your replays,

for the 54115 i am using this base address:


#define BASEADDRESS 0x10000000
#define IO_DIG_WR BASEADDRESS
#define IO_DIG_RD BASEADDRESS+0x1000000

like the sample in the prodact page:
https://www.netburner.com/products/core-modules/mod5441x

https://www.netburner ...
by mikinet
Wed Oct 10, 2018 11:37 pm
Forum: Application Notes and Design Ideas
Topic: MOD54415x external IO's chip selsect
Replies: 9
Views: 50333

Re: MOD54415x external IO's chip selsect

I am using this code, but i don't see the CS pin's moving, or the IO pins moving, can any one advice?

void InitChipBoardSelect12( void )
{
iprintf("InitChipBoardSelect12 \r\n");

//Enable the Write Chip Select
sim2.cs[4].cscr = 0x2180; // 0010 0001 1000 0000
sim2.cs[4].csmr = 0x00000001 ...
by mikinet
Wed Oct 10, 2018 12:27 am
Forum: Application Notes and Design Ideas
Topic: MOD54415x external IO's chip selsect
Replies: 9
Views: 50333

Re: MOD54415x external IO's chip selsect

so what sim register i need to use?
by mikinet
Mon Oct 08, 2018 6:26 am
Forum: Application Notes and Design Ideas
Topic: MOD54415x external IO's chip selsect
Replies: 9
Views: 50333

MOD54415x external IO's chip selsect

Hello,
i am using the MOD54415x and i need to use the external IO's.
I use that sample to init the chip select, but i get the error "'sim' was not declared in this scope" , can any one advice?

void InitChipBoardSelect12( void )
{
//Enable the Write Chip Select
sim.cs[1].cscr = 0x2180; // 0010 ...