Mockba the Borg

Results 47 comments of Mockba the Borg

Hi Greiman, The initErrorHalt printed: ``` begin() failed Do not reformat the SD. SdError: 0X17,0X0 ``` I believe it is something related to this card specifically. I have multiple cards...

Cool. I will give it a try just so we know of that would be the issue. If that doesn't work then we chalk this one as "unsupported card", as...

Yep ... no combination of the above helped. So we should assume that this card won't work with the v4.1 (at least not by using SDIO, as it works on...

I am using this STM32F4DISCOVERY: https://www.st.com/resource/en/user_manual/dm00039084-discovery-kit-with-stm32f407vg-mcu-stmicroelectronics.pdf With this LCD adapter for the SD card: http://www.kentecdisplay.com/uploads/soft/Products_spec/EB-STM32F4DISCOVERY-LCD_UserGuide_V01.pdf I opted for the SPI because I wasn't able to find a way to use...

Good news ... by using the method from the SoftwareSpi I was able to access the card. All I needed to do was to replace the pin names. Thank you!!!...

No worries ... just checking. Thanks a lot again.

Hi q66, I also got an error on the following: ```C enum { SDLK_UNKNOWN = 0, SDLK_RETURN = '\r',

Good catch. I will apply this fix.

Hi There. I would love to build form source on Windows. Do you have any instructions or step-by-step? Thanks!

I actually intend to pull it and make it a "vendor" thing. So when someone comes, they get the latest Lua. Though I have no idea how to do it....