Hi all,
My custom board has a number of GPIOs that are related to more generic
drivers. For example, the CAN implementation uses an arch. CAN driver
appropriate for the processor, but has custom GPOs associated to
enable/disable the CAN transceivers, and to enable/disable termination
resistor
Hi Tim,
Normally an arch CAN driver doesn't have this enable pin or other similar
GPIO.
But if you plan to do it for your custom driver, it is better to use a
generic solution, like the CAN TX/RX pins do. Also UART, SPI and I2C uses
this solution.
Creating an #ifdef for each board inside your dr
Thanks Alan,
I'd forgotten that there's a board-specific sam_mcan.c file (I'm so
bogged down creating the correct arch. mcan driver for this processor;
based on the one for the samv7)!
I will put my custom stuff in there. Obvious now you made me think about
it :)
On 30/05/2021 11:42, Alan
Hi Miguel,
the size text font in the image you sent is impossible to read.
I suggest you to select the text and post it here as raw text instead
attaching image.
BR,
Alan
On 5/29/21, Miguel Wisintainer wrote:
> Some questions,
> I can see the nimble and i can execute, but freeze...must it to
On Fri, May 28, 2021 at 8:21 PM Flavio Castro Alves Filho <
flavio.al...@gmail.com> wrote:
> Hello,
>
> I am using LittleFS to store information on an external dataflash.
>
> I need to know if the memory is full. I saw that the nsh provides the
> df command, which as far as I understood is a cat f
On Fri, May 28, 2021 at 9:21 PM Flavio Castro Alves Filho
wrote:
>
> Hello,
>
> I am using LittleFS to store information on an external dataflash.
>
> I need to know if the memory is full. I saw that the nsh provides the
> df command, which as far as I understood is a cat for /proc/fs/usage
> file