Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BTT Manta M8P V2.0 with TMC5160: Wrong SPI-Pins #183

Open
cmoeg opened this issue Jan 30, 2025 · 0 comments
Open

BTT Manta M8P V2.0 with TMC5160: Wrong SPI-Pins #183

cmoeg opened this issue Jan 30, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@cmoeg
Copy link

cmoeg commented Jan 30, 2025

What happened

Configuring Manta M8P v2.0 on Ratos 2.1 RC3 with TMC5160 inserts wrong SPI-Pinning:
[tmc5160 stepper_x]
stealthchop_threshold: 0
interpolate: False
cs_pin: PC13
spi_software_mosi_pin: PC12 **<- wrong should be PG6 **
spi_software_miso_pin: PC11 **<- wrong should be PG7 **
spi_software_sclk_pin: PC10 **<- wrong should be PG8 **

What did you expect to happen

In ratos.cfg: [board_pins btt-manta-m8p-20]
aliases: are correct
(#----------------------------------------------- GENERAL PINS -----------------------------------------------
e_heater_pin=PA0,
e_sensor_pin=PB0,
stepper_spi_mosi_pin=PG6,
stepper_spi_miso_pin=PG7,
stepper_spi_sclk_pin=PG8, )

How to reproduce

But in STEPPER MOTORS, DRIVERS & SPEED LIMITS

[tmc5160 stepper_x]
stealthchop_threshold: 0
interpolate: False
cs_pin: PC13
spi_software_mosi_pin: PC12 <- wrong
spi_software_miso_pin: PC11 <- wrong
spi_software_sclk_pin: PC10 <- wrong

Additional information

No response

@cmoeg cmoeg added the bug Something isn't working label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant