Posted on December 26, 2017 at 15:08 Dear community, I can hardly find any code for the STM32 using a parallel in/serial out 74HC I managed to program the stm32f103c8 to work with a 74hc595 which is the counterpart, so it's a serial in/parallel o...
Posted on December 25, 2017 at 14:08The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on December 24, 2017 at 16:09The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on December 28, 2017 at 18:09 NXP 74HC165D. It's a micro variant from the normal 74hc I've soldered it onto a SOP 20 Pin plate so I can pin it into my breadbord. If I am correct then it uses the standard names of ports. Conrad has a document...
Posted on December 27, 2017 at 18:57I have only 1 high signal at D0. So there is only a single bit for ex:(0x01). I came across a chinese website and tried its code, however they use a different library than the HAL library used by STM32Cube. Downl...
Posted on December 26, 2017 at 18:21There is more code below but that is generated by cubeMX and it's about GPIO configure. HC165_OUT is connected to QH pin of the 74HC165. It's a sort of MISO without SPI. The code for output bits was originallyvoid...
Posted on December 26, 2017 at 13:51I use an STM32F103C8 development board and has onboard xtal, voltage regulator and works on a pc usb output voltage, I've managed to program the 74hc595 with this board. However, programming the counterpart parall...