Thanks Paul, I just was looking for a bit of reassurance before digging to deep into fault finding something that would never work.
I did have a quick look at the reset pin, but it had nothing on...
Type: Posts; User: jeff0778
Thanks Paul, I just was looking for a bit of reassurance before digging to deep into fault finding something that would never work.
I did have a quick look at the reset pin, but it had nothing on...
pdf attached...
Hi,
We have been using the teensy 35 board for a while and I'm now at a point where I really need to build my own teensy 35 on a custom board. I'd like to keep the board layers down to minimise cost...
Hi Paul, thanks for the response. It is odd that I'm not seeing this on all the Teensy 35 unit, but about 60% of them.
I'm using platformIO on "Visual Studio Code", do you happen to know where i...
Thanks for the response.
I tried a basic RC network and while this does resolve the boot up issue it does stop you from updating the code via the USB.
I ordered some MIC803 supervisors (20ms with...
I’ve got a project where I’ve only just realised (newbi 🙄) I need to delay the MCU at boot up. I’ve made 50 units using the teensy 35 and realised about half of them have a boot up issue.
Is it a...
I think i might have got this working now.
I've abandoned the Makefile and just typed the following gcc command, which seems to have build and .exe file.
C:\teensy_loader>gcc -Wall -s...
Thanks,
I've added
C:\MinGW, C:\MinGW\bin & C:\MinGW\msys\1.0\bin to the environment variables but it still doesn't seem to compile.
if i run gcc -v in the command prompt i get, which looks ok....
Thanks, it looks like I did have rm installed but needed to add a separate PATH in the windows environment variables of "C:\MinGW\msys\1.0\bin"
It no longer throws up the original error, although it...
Hi,
I'm getting an error message when trying to compile the teensy_loader_cli. I've downloaded the files from https://github.com/PaulStoffregen/teensy_loader_cli and installed MinGW on a windows 10...
Sorry, emergency over. I've recovered the teensy board from the custom board and after pressing the reset & holding it the device has come back online.. few..
Hi,
I foolishly pulled the power halfway through an upload to a Teensy 3.5 board and now the board is no longer recognised as a USB / COM port on the PC and i can't upload to it.
The board was...
ok, so i should type cast the void pointer as i pass it my function in main that should help ? i've checked and it all looks like uint8_t data types anyway.
I was wondering if I'm using the...
I am struggling at the moment to integrate some 3rd party code into a project I’m working on. The 3rd parties code is written in C and my main code is CPP. I’m struggling with the pointer references...
Hi,
We have developed a product using the teensy3.5 and demos have gone well.
My attention is now thinking about production and servicing.
If I've got say 100 units to program. Is the only way...