Soft 404
Thank you for the reply.
Are you try the some code with "out_shiftdir=PIO.SHIFT_LEFT" sometime?
I found that SHIFT_RIGHT works fine, but SHIFT_LEFT not. Is it a problem of micropython or RP2040 limitation?
Thank you for the reply.
Are you try the some code with "out_shiftdir=PIO.SHIFT_LEFT" sometime?
I found that SHIFT_RIGHT works fine, but SHIFT_LEFT not. Is it a problem of micropython or RP2040 limitation?
I'm programming a 16bits to 4bits comm protocol... 4 bits of data, a DEN (data enable) and a CS (chip select. ) It's just for check RP2040's capability.
YES!!! YOU'RE RIGHT!!!
It works fine if I make shift 16bit before using sm.put.
I can avoid having to do shift in sm.put change pio.asm code for 32bit instead of 16bit,