Search found 12 matches

by Exeland
Fri Jan 17, 2020 7:54 pm
Forum: ESP32 Support
Topic: ESP32
Replies: 37
Views: 36265

Re: ESP32

Maybe someone will be interested in a inexpensive wifi chip w600 with cortex m3 cpu - http://www.winnermicro.com/en/html/1/156/158/497.html. I think it’s easier to port Chibios on it. Some sources for it here - https://github.com/w600. It also has GDB debugging, it works fine with J-Link OB.
by Exeland
Wed Dec 11, 2019 11:54 am
Forum: Bug Reports
Topic: Directive ".cpu cortex-m0 " in vectors.S Topic is solved
Replies: 2
Views: 2519

Directive ".cpu cortex-m0 " in vectors.S Topic is solved

Is it correct that for all types of cpu ".cpu cortex-m0" is used in "ARMCMx/GCC/vectors.S" ?
by Exeland
Wed Apr 26, 2017 9:53 pm
Forum: Development and Feedback
Topic: The FatFS topic
Replies: 9
Views: 8076

Re: The FatFS topic

The latest fatfs by link, now it support ExtFAT - https://drive.google.com/file/d/0BxuOQR ... sp=sharing
by Exeland
Wed Jun 08, 2016 11:54 am
Forum: ChibiOS/HAL
Topic: HAL demo without RTOS
Replies: 11
Views: 8051

Re: HAL demo without RTOS

I use STM32F401. So I need use OTGv1. I'll look it up in the source code . Thanks.
by Exeland
Wed Jun 08, 2016 11:28 am
Forum: ChibiOS/HAL
Topic: HAL demo without RTOS
Replies: 11
Views: 8051

Re: HAL demo without RTOS

Can I use a USB HAL without an RTOS?
by Exeland
Fri Feb 26, 2016 10:58 am
Forum: ChibiOS/HAL
Topic: MMC (eMMC) support
Replies: 34
Views: 17362

Re: MMC (eMMC) support

Sorry for cross-post.
by Exeland
Fri Feb 26, 2016 8:25 am
Forum: ChibiOS/HAL
Topic: MMC (eMMC) support
Replies: 34
Views: 17362

Re: MMC (eMMC) support

I recently transferred my project to Chibios_2.6.9 ChibiOS_16.1.3 and got some problems with the SDIO interface. In the new version hal layer does not work define SDC_MMC_SUPPORT and my card, which version 1, be a MMC card. I made some corrections in their source code to get it working , but I do no...
by Exeland
Sun Jun 07, 2015 6:46 am
Forum: ChibiOS/HAL
Topic: GPTs not stoped in Continuous mode
Replies: 6
Views: 3812

Re: GPTs not stoped in Continuous mode

Ok. Thanks.
by Exeland
Sat Jun 06, 2015 11:00 pm
Forum: ChibiOS/HAL
Topic: GPTs not stoped in Continuous mode
Replies: 6
Views: 3812

Re: GPTs not stoped in Continuous mode

I think it should be a function gpt_lld_stop of : if (gptp->state != GPT_UNINIT) { gptp->tim->CR1 = 0; /* Timer disabled. */ gptp->tim->DIER = 0; /* All IRQs disabled. */ gptp->tim->SR = 0; /* Clear pending IRQs. */ ... And it work.

Go to advanced search