Search found 124 matches

by rsimpsonbusa
Wed Mar 29, 2017 6:26 pm
Forum: General Discussion
Topic: SPI Master Receive Problems
Replies: 19
Views: 30984

Re: SPI Master Receive Problems

Great, Ill try it later and report back.

RSN
by rsimpsonbusa
Tue Mar 28, 2017 10:32 pm
Forum: General Discussion
Topic: SPI Master Receive Problems
Replies: 19
Views: 30984

Re: SPI Master Receive Problems

Thanks loboris and ESP_Sprite. Half Duplex did solve the problem related to the rxbuffer extra bytes! Still, its manageable. Loboris, as I understand how to use your driver, add spi_master_nodma.c and .h to driver and driver/include and have an #include in the app to them with this name. Still the s...
by rsimpsonbusa
Tue Mar 28, 2017 4:53 am
Forum: General Discussion
Topic: cpp template using freertos and external cpp libraries
Replies: 3
Views: 7300

Re: cpp template using freertos and external cpp libraries

I struggled with this myself. Your main.c should now be called main.cpp. For C libraries you now need a extern C envelope (look at the beginning of the file). All esp-libraries are "extern C " protected so no need to put them inside this section BUT must put app_main(), ei your start routine, inside...
by rsimpsonbusa
Tue Mar 28, 2017 4:29 am
Forum: General Discussion
Topic: SPI Master Receive Problems
Replies: 19
Views: 30984

SPI Master Receive Problems

Hi guys. First post. Great forum. Thanks a lot to everybody for their time, effort and expertise that you so kindly share. Regarding the subject, I exhausted google and this forum for some answer I cannot find. Hope somebody can direct me to the proper place/forum/document. SPI Master in simple tran...