RetroCNC

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: SPI / LCD / SD #8760
    RetroCNC
    Member

    I’m starting to get my head around it.

    However the default motate pin assignments for the due seem to be wrong for extended SPI. This is what we have —

    _MAKE_MOTATE_SPI_CS_PIN(52, B, 2);
    _MAKE_MOTATE_SPI_CS_PIN(65, B, 1);
    _MAKE_MOTATE_SPI_CS_PIN(77, A, 0);
    _MAKE_MOTATE_SPI_CS_PIN(78, B, 3);

    On the due, pins 10, 4 and 52 correspond to channels 0, 1 and 2 respectively. So the only pin correctly configured above is pin 52. Using any of the others will result in an unexpected CS pin being asserted.

    in reply to: SD card + touch panel integration #8758
    RetroCNC
    Member

    Bronek — is the source for your modifications to G2 available? I’m looking at doing the same thing. I’ve seen your YouTube video — looks great! :o)

Viewing 2 posts - 1 through 2 (of 2 total)