Search results

  1. C

    FlexCAN_T4 - FlexCAN for Teensy 4

    Hello, I am trying to receive can messages with a J1939 like protocol. My Ids are 0x10EBFE-SA with SA the source adress. I would like to receive all messages from 0x10EBFE00 to 0x10EBFEFF in a unique mailbox. I tryied using setMBUserFilter(MB1, 0x10EBFE00, 0xFFFFFF00) but it seams nothing bleed...
  2. C

    Teensy 4.1 external flash memory question.

    It looks better But it don't works. I tried with a W25Q238JVSQ on a other teensy and I was able to initialize flash, create, write and read files, so I will work on it for the moment. The next step for me was to use MTP_t4 (https://github.com/WMXZ-EU/MTP_t4) to have a fast access to my files. I...
  3. C

    Teensy 4.1 external flash memory question.

    Hello, I received my brand new W25Q128JVSM soldiered on my teensy4.1. I tried the LittleFS file test ListFiles to initialize flash ship with a few modification (chipSelect, SPI or QSPI) and the only result it gave was 'initialization failed!'. I think my welding is good. So the problem may be...
  4. C

    Teensy 4.1 external flash memory question.

    Thank you both, I hope than TD1.54 will be ready soon, so I can Try to use my brand new flash. I'm still trying to understand how works LittleFS librairy and what I'm going to need.
  5. C

    Teensy 4.1 external flash memory question.

    Thank you for your fast reply. It helps me a lot. I ordered Winbond W25Q512JVEIM, before it come, I'll try to understant how to initialize flash memory and use LittleFS, teensy41_extram, and SPIFFS_t4 librarys. I'll come to you again if I encounter difficulties. Thanks again.
  6. C

    Teensy 4.1 external flash memory question.

    Hello, I am trying to add some flash memory to a teensy 4.1 to save informations in file from SD card or USB connection to teensy memory. If already find a lot of informations in this thread and others but not all that I want My questions are: - do we have to add a PSRAM chip to add flash...
Back
Top