Git Product home page Git Product logo

teensy-3.6-freertos-template's People

Contributors

vanbergeijk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

teensy-3.6-freertos-template's Issues

SerialTask stops printing after 4-5 times

The LED blinking works perfectly fine, but when I monitor the console output, the words "Hello World are only printed 4 to 5 times. This kind of simple printing works perfectly fine with the standard teensyduino install. I am running FreeRTOS v10.0.1, but i have replicated this issue on v9.0.0 as well

Any help would be appreciated!

Working with PlatformIO

Hello Jacob. I am new to the Teensy3.6 and I am interested using your FreeRTOS port with PlatformIO in OS X. I have a project created and incorporated your files. I crated a FreeRTOS folder in the src directory and copied all the FreeRTOS files into the folder using a flat structure. I used the portable/GCC/ARM_CM4_MPU port.c and portmacro.h files. Not sure if this is correct set of files to use.

I managed to get it to compile but I am getting a few errors. Do you see something that I am missing? Thanks for the help.

Linking .pioenvs/teensy36/firmware.elf
.pioenvs/teensy36/src/FreeRTOS/port.o: In function xPortStartScheduler': /Users/joe/Documents/Source/Teensy36_FreeRTOS9/src/FreeRTOS/port.c:425: undefined reference to FLASH_segment_start'
/Users/joe/Documents/Source/Teensy36_FreeRTOS9/src/FreeRTOS/port.c:425: undefined reference to __FLASH_segment_end__' /Users/joe/Documents/Source/Teensy36_FreeRTOS9/src/FreeRTOS/port.c:425: undefined reference to privileged_functions_end'
/Users/joe/Documents/Source/Teensy36_FreeRTOS9/src/FreeRTOS/port.c:425: undefined reference to __privileged_data_start__' /Users/joe/Documents/Source/Teensy36_FreeRTOS9/src/FreeRTOS/port.c:425: undefined reference to privileged_data_end'
.pioenvs/teensy36/src/FreeRTOS/port.o: In function vPortStoreTaskMPUSettings': /Users/joe/Documents/Source/Teensy36_FreeRTOS9/src/FreeRTOS/port.c:728: undefined reference to SRAM_segment_start'
/Users/joe/Documents/Source/Teensy36_FreeRTOS9/src/FreeRTOS/port.c:728: undefined reference to __SRAM_segment_end__' /Users/joe/Documents/Source/Teensy36_FreeRTOS9/src/FreeRTOS/port.c:728: undefined reference to privileged_data_start'
/Users/joe/Documents/Source/Teensy36_FreeRTOS9/src/FreeRTOS/port.c:728: undefined reference to `privileged_data_end'
collect2: error: ld returned 1 exit status
*** [.pioenvs/teensy36/firmware.elf] Error 1
========================== [ERROR] Took 15.46 seconds ==========================

configTICK_RATE_HZ > 1000 Hz

It seems like the only reason we can't increase the tick frequency is because of systick_millis_count. Is that what you found as well? Have you tried modifying the systick_millis_count to increment off higher rates or pointing FreeRTOS to a different timer? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.