Hi,
Are there any examples of application code accessing a SPI device on Nuttx?
Thanks,
Ed
On 11/07/2023 18:28, Ed Sutter wrote:
Hi,
Are there any examples of application code accessing a SPI device on Nuttx?
Thanks,
Ed
Plenty - MAX31855 K-type thermocouple interface for example. Look at the
examples in the Applications setup within menuconfig.
SPI devices will be accessed via char
Hi Ed,
Are you the Ed Sutter from uMon bootloader author?
On 7/11/23, Ed Sutter wrote:
> Hi,
> Are there any examples of application code accessing a SPI device on Nuttx?
> Thanks,
Normally NuttX applications don't access the SPI Bus directly, an SPI
device needs to be exported through the driv
On 7/11/2023 1:57 PM, Tim Hardisty wrote:
On 11/07/2023 18:28, Ed Sutter wrote:
Hi,
Are there any examples of application code accessing a SPI device on Nuttx?
Thanks,
Ed
Plenty - MAX31855 K-type thermocouple interface for example. Look at the
examples in the Applications setup within menuco
On 7/11/2023 2:00 PM, Alan C. Assis wrote:
Hi Ed,
Are you the Ed Sutter from uMon bootloader author?
Yep. Hi Alan!
I just finished I2C and used apps/system/i2c as my test.
I'm just getting old I guess... I didn't even notice the spi peer directory
there.
If it is similar in function to the ap
Hi Ed,
On 7/11/23, Ed Sutter wrote:
> On 7/11/2023 2:00 PM, Alan C. Assis wrote:
>> Hi Ed,
>>
>> Are you the Ed Sutter from uMon bootloader author?
> Yep. Hi Alan!
> I just finished I2C and used apps/system/i2c as my test.
Nice! I2CTools is very useful to verify if the device is in the bus
and
Thanks for the steps. I got a VisionFive2 8GB board and will try.
Venkat
On Sat, Jul 8, 2023 at 5:24 PM Tomek CEDRO wrote:
>
> On Sun, Jul 9, 2023 at 1:16 AM Lee, Lup Yuen wrote:
> > In this article we’ll boot a tiny bit of NuttX on the Pine64 Star64 64-bit
> > RISC-V Single-Board Computer. (Ba
On 7/11/2023 2:00 PM, Alan C. Assis wrote:
Hi Ed,
Are you the Ed Sutter from uMon bootloader author?
On 7/11/23, Ed Sutter wrote:
Hi,
Are there any examples of application code accessing a SPI device on Nuttx?
Thanks,
Normally NuttX applications don't access the SPI Bus directly, an SPI
devi
Hi Ed
On 7/11/23, Ed Sutter wrote:
> On 7/11/2023 2:00 PM, Alan C. Assis wrote:
>> Hi Ed,
>>
>> Are you the Ed Sutter from uMon bootloader author?
>>
>> On 7/11/23, Ed Sutter wrote:
>>> Hi,
>>> Are there any examples of application code accessing a SPI device on
>>> Nuttx?
>>> Thanks,
>> Normall