Skip to content
Discussion options

You must be logged in to vote

I could not understand which pins of bluepill are connected to LAT & Dr

Hi
For compatibility reason the LAT signal is called a SCLK here. So you have these pins: A, B, SCLK(LAT), nOE, Rdata & CLK.
The first four are defined in code:

#define DMD_PIN_A PA1
#define DMD_PIN_B PA4
#define DMD_PIN_nOE PB1
#define DMD_PIN_SCLK PA15

The last two, RDATA and CLK, are depends on SPI channel number, because CLK must be SPI SCK and DATA should be a SPI MOSI.
On STM32F103 boards it will be A5 A7 in the case of SPI (1) or PB13 PB15 for SPI (2), respectively.

See details in Wiki
https://github.com/board707/DMD_STM32/wiki/Connections---Monochrome
and
https://github.com/board707/DMD_STM32/wiki/quick_sta…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Suresh6060
Comment options

Answer selected by board707
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants