Timeline for MCP23S17 library crashes
Current License: CC BY-SA 3.0
19 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Mar 1, 2018 at 9:48 | vote | accept | Ariser | ||
Mar 1, 2018 at 9:48 | comment | added | Majenko | Since you have answered the question yourself you should accept the answer as the correct answer. | |
Mar 1, 2018 at 9:45 | comment | added | Ariser | I'd love to know, why my question is a bad question... | |
Mar 1, 2018 at 8:13 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jan 30, 2018 at 7:37 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Dec 31, 2017 at 6:04 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Dec 1, 2017 at 5:11 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Nov 1, 2017 at 4:37 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Oct 2, 2017 at 4:24 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Sep 2, 2017 at 3:26 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Aug 2, 2017 at 18:47 | answer | added | Ariser | timeline score: 1 | |
Aug 2, 2017 at 18:38 | history | edited | Ariser | CC BY-SA 3.0 |
Added the corresponding sketches to make comparison easy.
|
Jul 29, 2017 at 8:02 | comment | added | Ariser | Ok, I'm going to check that out, by removing everything, first of all all includes to the display library. The library I'm using is DOGM_7036. | |
Jul 29, 2017 at 7:57 | comment | added | Majenko | I would suggest starting with working expander code, then add each extra item until it fails. Then remove everything except the expander and whatever was last added and see if it still fails. If it does then post that code so we can find the conflict. | |
Jul 28, 2017 at 22:36 | comment | added | Majenko | It sounds like some form of conflict, certainly. If _spi->transfer() is hanging then it's most likely that the SPI transaction is never completing, which is something in the SPI library. It may be that your display library is doing things that affect the SPI library in some way. | |
Jul 28, 2017 at 20:48 | comment | added | Ariser | @Majenko yes your library. pin D10 is connected to the CS of the display. And according to the display library it is used in output mode. | |
Jul 28, 2017 at 20:17 | comment | added | Majenko | Do you have anything connected to pin D10? If so, what, and what mode are you using the pin in? | |
Jul 28, 2017 at 20:05 | comment | added | Majenko | I take it since you're wanting my response it's my library you are using? | |
Jul 28, 2017 at 19:46 | history | asked | Ariser | CC BY-SA 3.0 |