HiFive1: A RISC-V-based, Open-Source, Arduino-Compatible Development Kit
1–10 of 97 posts
Re: HiFive1: A RISC-V-based, Open-Source, Arduino-Compatible Development Kit
#2Re: HiFive1: A RISC-V-based, Open-Source, Arduino-Compatible Development Kit
#3Re: HiFive1: A RISC-V-based, Open-Source, Arduino-Compatible Development Kit
#4For someone who has no idea what RISC-V is but loves making things with Arduino, what new things could I do with this?
Re: HiFive1: A RISC-V-based, Open-Source, Arduino-Compatible Development Kit
#5So does it have a MMU? That would make it even more superior to Arduino boards.
Re: HiFive1: A RISC-V-based, Open-Source, Arduino-Compatible Development Kit
#6For someone who has no idea what RISC-V is but loves making things with Arduino, what new things could I do with this?
I think the RISC-V is way faster, otherwise you probably won't have any advantage, except knowing that the whole ISA is opensource in contrast to AVR chips.
Re: HiFive1: A RISC-V-based, Open-Source, Arduino-Compatible Development Kit
#7For someone who has no idea what RISC-V is but loves making things with Arduino, what new things could I do with this?
Hardware has, in addition to the GPIO, UART and ADC/DAC that you're used to from Atmel, a USB 2.0 device controller (it says "OTG", which implies a host controller too, but sometimes people get this mixed up), a SD/MMC/eMMC controller for storage (no idea about SDIO) and gigabit ethernet.
I'm a little disappointed in the lack of wireless connectivity on the SoC, though I suppose you can make up for that with off the shelf USB devices (or a UART bluetooth radio).
Re: HiFive1: A RISC-V-based, Open-Source, Arduino-Compatible Development Kit
#8Earlier quoted context omitted.
I think the RISC-V is way faster, otherwise you probably won't have any advantage, except knowing that the whole ISA is opensource in contrast to AVR chips.
It promises to maybe be faster. Has no internal flash, cannot be bought in volume if you intend to actually make anything, has a very immature toolchain, and currently is a theory only.
It's not in my hands personally, but they seem to be over the vapor hump.
I found it an exciting enough product to drop $60 on, anyway.
Re: HiFive1: A RISC-V-based, Open-Source, Arduino-Compatible Development Kit
#9Earlier quoted context omitted.
I think the RISC-V is way faster, otherwise you probably won't have any advantage, except knowing that the whole ISA is opensource in contrast to AVR chips.
It promises to maybe be faster. Has no internal flash, cannot be bought in volume if you intend to actually make anything, has a very immature toolchain, and currently is a theory only.
Re: HiFive1: A RISC-V-based, Open-Source, Arduino-Compatible Development Kit
#10For someone who has no idea what RISC-V is but loves making things with Arduino, what new things could I do with this?
I think the RISC-V is way faster, otherwise you probably won't have any advantage, except knowing that the whole ISA is opensource in contrast to AVR chips.