Search found 63 matches

by Chadb
Thu Nov 09, 2023 10:02 pm
Forum: Bug Reports
Topic: ESP32 Bitmap drawer is broken
Replies: 8
Views: 11473

ESP32 Bitmap drawer is broken

I have the chip programming and a st7789v up and running ok, but the bitmap drawer is not working. I have tried the fast and the regular and neither of them work. I have had this running on the rp pico before, so I know it works there. Thanks, Chad idf.py build Target: esp32 ... [1/9] Performing bui...
by Chadb
Wed Jul 26, 2023 6:27 pm
Forum: General
Topic: RP2040 ram and rom usage?
Replies: 23
Views: 2994

Re: RP2040 ram and rom usage?

That's great! I'll give it a whirl a little later.

Thanks,

Chad

*Edit: Works! Thank you.
by Chadb
Mon Jul 24, 2023 7:51 pm
Forum: General
Topic: RP2040 ram and rom usage?
Replies: 23
Views: 2994

Re: RP2040 ram and rom usage?

Oh, and pin25 isn't defined in the PICO file. So I don't think that will work either. It would in the rp2040.
by Chadb
Mon Jul 24, 2023 7:45 pm
Forum: General
Topic: RP2040 ram and rom usage?
Replies: 23
Views: 2994

Re: RP2040 ram and rom usage?

Ok no problem. FYI this is what the .h has.

Code: Select all

void multicore_reset_core1(void);
void multicore_launch_core1(void (*entry)(void));
by Chadb
Mon Jul 24, 2023 7:28 pm
Forum: General
Topic: RP2040 ram and rom usage?
Replies: 23
Views: 2994

Re: RP2040 ram and rom usage?

So I pasted the location into the include and that got around the not found file. dir/C_/pico-sdk/src/rp2_common/hardware_i2c/i2c.c.obj [ 88%] Linking CXX executable flowcode.elf c:/progra~2/gnuarm~1/102020~1/bin/../lib/gcc/arm-none-eabi/10.2.1/../../../../arm-none-eabi/bin/ld.exe: CMakeFiles\flowco...
by Chadb
Mon Jul 24, 2023 7:16 pm
Forum: General
Topic: RP2040 ram and rom usage?
Replies: 23
Views: 2994

Re: RP2040 ram and rom usage?

it's in C:\pico-sdk\src\rp2_common\pico_multicore\include\pico\multicore.h

and

C:\pico-sdk\src\host\pico_multicore\include\pico\multicore.h
by Chadb
Mon Jul 24, 2023 7:09 pm
Forum: General
Topic: RP2040 ram and rom usage?
Replies: 23
Views: 2994

Re: RP2040 ram and rom usage?

Yeah the build failed. It looks like it choked on multicore.h. I am going to try to find it.
by Chadb
Mon Jul 24, 2023 3:57 pm
Forum: General
Topic: RP2040 ram and rom usage?
Replies: 23
Views: 2994

Re: RP2040 ram and rom usage?

Hey, I have searched high and low and can't find any reference to this.

Thanks,

Chad
by Chadb
Sun Jul 23, 2023 12:30 pm
Forum: General
Topic: RP2040 ram and rom usage?
Replies: 23
Views: 2994

Re: RP2040 ram and rom usage?

Hi Chip, thanks again for looking at this for me. I ordered some picos from Amazon for cheap because I have a habit of collecting dev boards. I also got these during the chip shortage, and they were available and wanted to play with them. I want to use a nice little 320 x240 display and ben is beefi...
by Chadb
Sun Jul 23, 2023 12:07 am
Forum: General
Topic: RP2040 ram and rom usage?
Replies: 23
Views: 2994

Re: RP2040 ram and rom usage?

Yeah, the one I am using has 2mb of flash and 264k of ram. I am going to be doing a bunch of display stuff and I don't have a good feel how much ram that is going to take, and I can't find anything in FC that will let me know. I am probably just missing it.

c