Hello everyone,
I'm developing a datalogger and I experience a couple of problems.
To start with, here is my code:
/* sd.vwd() = volume working directory (initially this is root)
*
*...
Type: Posts; User: akicroz8
Hello everyone,
I'm developing a datalogger and I experience a couple of problems.
To start with, here is my code:
/* sd.vwd() = volume working directory (initially this is root)
*
*...
Sorry about that! I can't help you then. Goodluck!
I'm not sure if this is helpful. But SDFat from Greiman has a function Freeram in the library. Might be worth looking into that...
#ifdef __arm__
extern "C" char* sbrk(int incr);
int...
Took me a while to realize the answer was already there........ Thanks!
Solved!
Hi Xenoamor
Yes, I'm trying to change the pins from Serial1.
Original RX Serial1 - Pin 0, PTB16 --> PTD6
Original TX Serial1 - Pin 1, PTB17 --> PTD7
I reckon I also have to change the Pin...
Hi,
I just finished developing my hardware for a CAN logger. I have 3 UART Serial communications and I was wondering if I could continue developing in the Teensy IDE while I change pins.
For...
Hi all,
I'm building a device that logs data from the CAN bus to some storage device.
Currently I selected the MK20DX256VLH7 (72 MHz, Teensy 3.1/3.2) for my prototype.
My question: I want to...