Search found 57 matches

by 0x3333
Fri Mar 29, 2019 11:35 am
Forum: STM32 Support
Topic: chSysHalt (reason=0x8001918 "SV#8")
Replies: 17
Views: 5413

Re: chSysHalt (reason=0x8001918 "SV#8")

Could this be a problem in the F1 port?

I'll take a look at the startup code, would you mind telling me where to look more closely?

Thanks
by 0x3333
Thu Mar 28, 2019 8:20 pm
Forum: STM32 Support
Topic: chSysHalt (reason=0x8001918 "SV#8")
Replies: 17
Views: 5413

Re: chSysHalt (reason=0x8001918 "SV#8")

Here it is: https://github.com/0x3333/stm32f1template

In the folder "lib/chibios", must have a copy of Chibios trunk, I omitted because I use a git submodule to initialize it.
by 0x3333
Thu Mar 28, 2019 8:15 pm
Forum: STM32 Support
Topic: chSysHalt (reason=0x8001918 "SV#8")
Replies: 17
Views: 5413

Re: chSysHalt (reason=0x8001918 "SV#8")

Yes, stock. I'll upload the code to github so you can take a look, but it is pretty standard.

Thanks.
by 0x3333
Thu Mar 28, 2019 11:48 am
Forum: STM32 Support
Topic: chSysHalt (reason=0x8001918 "SV#8")
Replies: 17
Views: 5413

Re: chSysHalt (reason=0x8001918 "SV#8")

Hi! I don't believe so, I have nothing enabled, and none of the peripherals have priority lower than 3. /* ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. Y...
by 0x3333
Thu Mar 28, 2019 1:24 am
Forum: STM32 Support
Topic: chSysHalt (reason=0x8001918 "SV#8")
Replies: 17
Views: 5413

chSysHalt (reason=0x8001918 "SV#8")

I'm build a template project(For stm32f103), very minimal to bootstrap new projects. Here is my main: #include "ch.h" #include "hal.h" #define LINE_ONBOARD_LED PAL_LINE(GPIOC, 13) // PC13 static void mainInit(void); int main(void) { // System initialization halInit(); chSysInit()...
by 0x3333
Fri Mar 15, 2019 8:47 pm
Forum: ChibiOS/HAL
Topic: MFS using internal Flash
Replies: 6
Views: 3481

Re: MFS using internal Flash

No problem, I'm working in trunk. I'm using Alex mirror in GitHub . I'll try using my "driver", if it works, I'd like to ask some directions to write a STM32 internal flash driver if you believe is the right path. Thanks again. Check this out: http://www.chibios.com/forum/viewtopic.php?f=...
by 0x3333
Fri Mar 15, 2019 7:30 pm
Forum: ChibiOS/HAL
Topic: MFS using internal Flash
Replies: 6
Views: 3481

Re: MFS using internal Flash

No problem, I'm working in trunk. I'm using Alex mirror in GitHub.

I'll try using my "driver", if it works, I'd like to ask some directions to write a STM32 internal flash driver if you believe is the right path.

Thanks again.
by 0x3333
Fri Mar 15, 2019 3:45 pm
Forum: ChibiOS/HAL
Topic: MFS using internal Flash
Replies: 6
Views: 3481

MFS using internal Flash

In my first project using Chibios I have to store some parameters, small structure, containing 5 uint16_t entries., 10 bytes in total. I'd like to use the internal flash to store these data, I'm using a STM32F103, so I don't want to attach a serial EEPROM or something. These parameters will not chan...
by 0x3333
Fri Mar 15, 2019 1:44 pm
Forum: Development and Feedback
Topic: [INFO] Moving repository to OSDN
Replies: 22
Views: 11512

Re: [INFO] Moving repository to OSDN

Hi, Why don't you use Git, GitHub, Gitea, or similar? I am not a git fan. Giovanni What a pity! I wasn't either, but if you dig a little, will see that git improves the workflow by far, despite the high learning curve in the beginning. Anyway, I'm not here to convince you, just my 2 cents. The impo...
by 0x3333
Fri Mar 15, 2019 1:03 pm
Forum: Development and Feedback
Topic: [INFO] Moving repository to OSDN
Replies: 22
Views: 11512

Re: [INFO] Moving repository to OSDN

Giovanni,

That's a great news. I was working on a mirror to Git yesterday! SF was soooooo slow.

Why don't you use Git, GitHub, Gitea, or similar?

Go to advanced search