Search found 655 matches

by RoccoMarco
Wed Apr 29, 2020 11:00 am
Forum: Bug Reports
Topic: ST_STM32F746G_DISCOVERY/board.h has ARD_D5 and ARD_D10 swapped? Topic is solved
Replies: 6
Views: 15517

Re: ST_STM32F746G_DISCOVERY/board.h has ARD_D5 and ARD_D10 swapped? Topic is solved

Hi,
It seems the two pin have been swapped starting from revision C of the board.
by RoccoMarco
Mon Nov 18, 2019 9:52 am
Forum: Development and Feedback
Topic: [NEWS] Delegate threads
Replies: 2
Views: 3278

Re: [NEWS] Delegate threads

It sounds a powerful mechanism to deal with complex systems. With this, it is possible to easily create centralized handlers and there are plenty of use cases for this scenario.
by RoccoMarco
Thu Oct 24, 2019 2:45 pm
Forum: Development and Feedback
Topic: [DEV] ADuCM36x support
Replies: 1
Views: 1787

Re: [DEV] ADuCM36x support

Hi,
some progress in here. I've implemented an IRQ based SPI driver and I plan to add more support for this MCU in the future.

Anyway, I will start to support other ADI's MCUses in the meanwhile.
by RoccoMarco
Sun Oct 20, 2019 4:39 pm
Forum: Small Change Requests
Topic: Stm32f769l can't upload and debug Topic is solved
Replies: 5
Views: 23338

Re: Stm32f769l can't upload and debug Topic is solved

Hey there, the problem was with OpenOCD. You should manually update OpenOCD:
delete the folder from c:\chibistudio\tools\openocd
unzip the new version in here
https://www.playembedded.org/blog/wp-co ... 19-7-6.zip

Pay attention to preserve the folder hierarchy
by RoccoMarco
Thu Oct 17, 2019 7:50 am
Forum: Development and Feedback
Topic: [DEV] ADuCM36x support
Replies: 1
Views: 1787

[DEV] ADuCM36x support

Hey there, I've started to port ChibiOS\RT on the Analog Devices ADICUP36x. This device is basically an 24-bit delta-sigma ADC + an ARM Cortex M3. I started with the ADICUP360, a devkit equipped with a debug probe CMSIS-DAP. Unfortunately, there is no official support on OpenOCD for this device. Ins...
by RoccoMarco
Mon Sep 23, 2019 7:57 am
Forum: Development and Feedback
Topic: [DEV] STM32G4xx support
Replies: 100
Views: 51792

Re: [DEV] STM32G4xx support

Ciao Giovanni,
there is a patch for OpenOCD that introduces G4 support. It is still not merged but you could build your own dirty build

http://openocd.zylin.com/#/c/4807/

I'll do that for windows
by RoccoMarco
Sat Sep 14, 2019 4:10 pm
Forum: ChibiOS/EX
Topic: vl53l0x.c ??
Replies: 2
Views: 9924

Re: vl53l0x.c ??

Hi, me and Edoardo, we started porting vl53l0x in ChibiOS/EX some time ago. The task is particularly complex because there is no documentation about the internal registers of this device. Edoardo has some working code but still unaligned with EX and untested. The porting is currently queued due to a...

Go to advanced search