Search found 14 matches

by Beck-Sisyphus
Thu Nov 02, 2017 2:41 pm
Forum: General Discussion
Topic: CMake / CLion
Replies: 11
Views: 19500

Re: CMake / CLion

Following this thread for progress. It will be great if ESP32 works for CMake / CLion!

Currently manually add include_directories() in CMakeLists.txt for looking into code.
by Beck-Sisyphus
Tue Aug 29, 2017 12:41 am
Forum: General Discussion
Topic: NuttX question
Replies: 6
Views: 11337

Re: NuttX question

With pixracer (hardware for pixhawk v4) officially support esp8266, and esp32 support NuttX... Is Espressif considering making an custom pixhawk flight controller? Just throwing ideas.


Best,

Beck
by Beck-Sisyphus
Tue Aug 29, 2017 12:33 am
Forum: General Discussion
Topic: NuttX question
Replies: 6
Views: 11337

Re: NuttX question

I am excited to see that esp32 is natively supported on board-specific level for NuttX RTOS. Although it seems outside the scope of this forum, but may I know how to get started on writing the configs for an custom board with an unsupported MCU? I am using STM32F427II and wish to burn a NuttX RTOS. ...
by Beck-Sisyphus
Wed May 24, 2017 1:56 pm
Forum: General Discussion
Topic: Question about esp32 Flash download through JTAG
Replies: 24
Views: 37817

Re: Question about esp32 Flash download through JTAG

May I get an updated timeline for JTAG flash?

Also I am curious about changing the registers and variable values while running "make monitor", is that possible through current JTAG debugging process?


Thank you,

Beck
by Beck-Sisyphus
Wed May 24, 2017 3:15 am
Forum: ESP-IDF
Topic: [Solved] Recipes for debugging exceptions ...
Replies: 11
Views: 78172

Re: [Solved] Recipes for debugging exceptions ...

This post is pure gold! OpenOCD setup finished and start to use gdb again ><
by Beck-Sisyphus
Tue May 23, 2017 3:12 pm
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 304425

Re: About the CAN controller.

Things didn't go that well on me. I've built the PCB with Texas Instrument SN65HVD232, and got the code built, and measured the CAN_H and CAN_L in recessive state of 2.285V so I believe there are no power issues. Running Rudi's main file, and when I try: ESPCan configured by this Data: Node : 0x264 ...
by Beck-Sisyphus
Mon May 22, 2017 2:32 am
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 304425

Re: About the CAN controller.

Successfully built with thanks!
ThomasB wrote:Merged
by Beck-Sisyphus
Thu May 18, 2017 6:11 am
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 304425

Re: About the CAN controller.

Hi Rudi and Thomas, Error report: 'CLEAR_PERI_REG_MASK' and 'SET_PERI_REG_MASK' error OS: MacOS; toolchain: ESP-IDF; Commit: lastest from github. component.mk: empty Makefile: PROJECT_NAME := CAN_demo include $(IDF_PATH)/make/project.mk I got new error in calling 'CLEAR_PERI_REG_MASK' and 'SET_PERI_...
by Beck-Sisyphus
Sun May 14, 2017 1:17 pm
Forum: ESP-IDF
Topic: Programming in C++
Replies: 48
Views: 109658

Re: Programming in C++

Hi ESP_igrr and kolban, May I know the current process to support C++11 thread/concurrency library? I wish to perform matrix operations in ESP32, and C++"Eigen.h" library would be a good fit. Eigen does depends on a C library called LAPACK, but I failed to link the library to my program, and LAPACK ...
by Beck-Sisyphus
Fri May 12, 2017 7:35 am
Forum: Hardware
Topic: About the CAN controller.
Replies: 175
Views: 304425

Re: About the CAN controller.

Thank you Rudi for the explanation! I will test my board out and see the result.

Thanks iosixllc for the head up.


Beck