Giter Site home page Giter Site logo

Comments (5)

rlogiacco avatar rlogiacco commented on July 30, 2024

You can either change the source code for your case or use a macro switch to switch to a different implementation: I might consider accepting a pull request which uses the latter, but you need to test it also against AVR8 platforms as I don't want to break the library to support a corner case.

from circularbuffer.

debsahu avatar debsahu commented on July 30, 2024

https://github.com/debsahu/CircularBuffer

@rlogiacco I changed the array T buffer[S] to pointer T buffer* and used malloc() for all other boards and heap_caps_malloc() for ESP32 with PSRAM. I am not an expert in C/C++, but gave it a shot. I need help with why it is crashing.

from circularbuffer.

rlogiacco avatar rlogiacco commented on July 30, 2024

Sorry, I'm not an expert on ESP32, but if you found a solution I'll be very willing to publish your solution.
On a second thought, after looking at your code, why didn't you just instantiate the CircularBuffer on PSRAM instead of declaring it globally?

I mean, why didn't you simply:

psramInit();
CircularBuffer<time_t, 2880> logTimeBuffer = (CircularBuffer)heap_caps_malloc(...)

from circularbuffer.

debsahu avatar debsahu commented on July 30, 2024

Thank you will try that, my testing ESP32 unit with PSRAM is stuck at work (future me: due to a global pandemic). I will test it out next week.

from circularbuffer.

rlogiacco avatar rlogiacco commented on July 30, 2024

closing this as we got no feedback from the OP

from circularbuffer.

Related Issues (20)

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.