Search found 2 matches
- Tue Jul 06, 2021 3:48 pm
- Forum: Report Bugs
- Topic: Problem with spi_master driver and two mixed-duplex devices
- Replies: 5
- Views: 38810
Re: Problem with spi_master driver and two mixed-duplex devices
Any update on this issue and get fixed on new version of idf? I'm using 4.2 and have the exactly the same issue...
- Fri Jan 22, 2021 5:45 am
- Forum: General Discussion
- Topic: move to esp32 from stm32
- Replies: 2
- Views: 3842
move to esp32 from stm32
New to esp32 and wonder how to setup the dev environment. Now for stm32, I can compile by, arm-none-eabi-gcc -Wall -Wextra -g3 -O0 -MD -mcpu=cortex-m3 -mthumb -DSTM32F1 -Ilibopencm3/include -c -o pill_blink.o pill_blink.c arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -nostartfiles -Llibopencm3/lib -Llib...