Search found 57 matches

by 0x3333
Thu May 02, 2019 6:48 pm
Forum: Bug Reports
Topic: Bug after commit 12752 Topic is solved
Replies: 6
Views: 4073

Bug after commit 12752 Topic is solved

After commit #12752(Fixed bug #1027), I'm unable to compile my project with CH_DBG_ENABLE_STACK_CHECK enabled. In file included from ./lib/chibios/os/common/ports/ARMCMx/chcore.h:195, from ./lib/chibios/os/rt/include/ch.h:110, from ./lib/chibios/os/common/ports/ARMCMx/chcore_v7m.c:28: ./lib/chibios/...
by 0x3333
Thu May 02, 2019 4:09 am
Forum: ChibiOS/HAL
Topic: Doubt regarding drivers implementation
Replies: 23
Views: 12192

Re: Doubt regarding drivers implementation

You're right. I'll create a standalone implementation, and eventually see how it performs. I'll let you guys posted.

Thanks.
by 0x3333
Wed May 01, 2019 5:10 pm
Forum: ChibiOS/HAL
Topic: Doubt regarding drivers implementation
Replies: 23
Views: 12192

Re: Doubt regarding drivers implementation

My use case is more like a UART, chat based than serial. That is what I was thinking about, using virtual methods and the same interface. The doubt is if is possible/allowed to use another driver inside it.
by 0x3333
Wed May 01, 2019 3:23 am
Forum: ChibiOS/HAL
Topic: Doubt regarding drivers implementation
Replies: 23
Views: 12192

Doubt regarding drivers implementation

Hi! I'm working in a project that needs more uart than available. As the requirements are for 9600 baud and 6 devices, low bandwidth, I'll implement a software uart, the same concept as the classical "generic software uart" by Colin Gittins(IAR). I'm thinking creating a SoftUart driver, so...
by 0x3333
Wed May 01, 2019 3:10 am
Forum: ChibiOS/HAL
Topic: MFS using internal Flash
Replies: 6
Views: 3491

Re: MFS using internal Flash

Just to inform, the patch with F1 flash driver support has been merged.

viewtopic.php?f=3&t=4323&start=30#p35276
by 0x3333
Mon Apr 29, 2019 2:28 pm
Forum: Development and Feedback
Topic: [NEWS] Introducing MFS
Replies: 45
Views: 23614

Re: [NEWS] Introducing MFS

I checked all datasheets, and XL devices have a separated programming manual, PM0068, which I have no time to read now to check for compatibility, so I prefer to say it is not compatible. In the future, I'll check, probably it is the same. Here is a patch with some minor fixes, I externalized to the...
by 0x3333
Mon Apr 29, 2019 12:33 pm
Forum: Development and Feedback
Topic: [NEWS] Introducing MFS
Replies: 45
Views: 23614

Re: [NEWS] Introducing MFS

Great news! I tested only in F103, but I followed strictly the PM0075Programming manual , which states that: This programming manual describes how to program the Flash memory of STM32F101xx, STM32F102xx, STM32F103xx, STM32F105xx and STM32F107xx microcontrollers. Also, I updated the os/hal/ports/STM3...
by 0x3333
Wed Apr 24, 2019 8:20 pm
Forum: Development and Feedback
Topic: [NEWS] Introducing MFS
Replies: 45
Views: 23614

Re: [NEWS] Introducing MFS

Did you have time to check the patch?

I'd like to know if it would eventually be upstreamed, or I should keep a branch for this mod.

Thanks
by 0x3333
Tue Apr 16, 2019 1:45 am
Forum: Development and Feedback
Topic: [NEWS] Introducing MFS
Replies: 45
Views: 23614

Re: [NEWS] Introducing MFS

I tested the LLD driver and it is working. Just a small modification to the address size from my last patch.

Patch attached.

I didn't test with MFS, just the functions:

Code: Select all

flashStartEraseSector
flashWaitErase
flashProgram
flashRead


I'll try MFS as soon as I set up a test case.
by 0x3333
Mon Apr 15, 2019 9:12 pm
Forum: Development and Feedback
Topic: [NEWS] Introducing MFS
Replies: 45
Views: 23614

Re: [NEWS] Introducing MFS

Exactly, I used L4 as base. I'll validate everything in some hours and post the patch.

Go to advanced search