Search found 121 matches

by wurstnase
Fri Mar 16, 2018 2:45 pm
Forum: Development and Feedback
Topic: [INFO] Installed Linux Mint
Replies: 45
Views: 23080

Re: [INFO] Installed Linux Mint

On Ubuntu Mate 1710 I'm not able to run it. I put the Studio to: /home/nico/Projects/ChibiStudio After start Eclipse want to use default workspace from Giovanni. I changed it to "/home/nico/Projects/ChibiStudio/chibios_trunk". When I try to open a project, e.g. double click on STM32F4xx-RT...
by wurstnase
Mon Mar 12, 2018 4:44 pm
Forum: Development and Feedback
Topic: [INFO] Installed Linux Mint
Replies: 45
Views: 23080

Re: [INFO] Installed Linux Mint

I'm currently only setup openocd with -rtos ChibiOS flag and embSysRegView.
What extra features has this ChibiStudio version?
by wurstnase
Mon Mar 12, 2018 8:03 am
Forum: Bug Reports
Topic: External ADC trigger with PWM -> chSysHalt() Topic is solved
Replies: 7
Views: 3519

Re: External ADC trigger with PWM -> chSysHalt() Topic is solved

This makes sense. Thanks. Problem solved.
by wurstnase
Sun Mar 11, 2018 8:58 pm
Forum: Bug Reports
Topic: External ADC trigger with PWM -> chSysHalt() Topic is solved
Replies: 7
Views: 3519

Re: External ADC trigger with PWM -> chSysHalt() Topic is solved

Got my fault.

Was a bit confusing. The hal PWM driver pwmInit will execute pwm_lld_init, which will execute the pwmObjectInit.
In my source I execute the pwmObjectInit for each pwm separately. But the pwm_lld_init itself will set the channels and the pwmObjectInit will set this to zero.
by wurstnase
Sat Mar 10, 2018 2:44 pm
Forum: Bug Reports
Topic: External ADC trigger with PWM -> chSysHalt() Topic is solved
Replies: 7
Views: 3519

Re: External ADC trigger with PWM -> chSysHalt() Topic is solved

Thanks for the hint. I will check it on Monday. Last time searching through the source I found only an init to zero.
by wurstnase
Fri Mar 09, 2018 5:10 pm
Forum: Bug Reports
Topic: External ADC trigger with PWM -> chSysHalt() Topic is solved
Replies: 7
Views: 3519

Re: External ADC trigger with PWM -> chSysHalt() Topic is solved

Oh sorry.

I expect to be able to use pwmEnableChannelNotification(&PWMD4, 3) but pwmp->channels is zero. Probably I'm missing something?
by wurstnase
Fri Mar 09, 2018 11:30 am
Forum: Bug Reports
Topic: External ADC trigger with PWM -> chSysHalt() Topic is solved
Replies: 7
Views: 3519

External ADC trigger with PWM -> chSysHalt() Topic is solved

Hi all, I want to make a continuous conversion with external trigger with the pwm driver. Everything work expected when using the I-class functions for pwmEnableChannelI and pwmEnableChannelNotificationI. I'm using a STM32F103 with the latest stable branch 18.2.x. In the 'normal' functions is a chec...
by wurstnase
Tue Mar 06, 2018 11:46 am
Forum: Development and Feedback
Topic: [FEEDBACK] New repository
Replies: 31
Views: 13984

Re: [FEEDBACK] New repository

Shouldn't be so complicated. http://www.chibios.com/forum/viewtopic.php?f=35&t=4390#p31528 After first init of this you may need a job which will rebase all the branches. Something like this: git svn fetch git checkout branch1 git svn rebase git checkout branch2 git svn rebase --local git checko...
by wurstnase
Mon Feb 26, 2018 7:44 pm
Forum: Development and Feedback
Topic: [NOTE] New repository available
Replies: 12
Views: 6440

Re: [NOTE] New repository available

For my local copy with git-svn I found a pretty fast solution. In the chibios-root directory go into .git and edit the config file. My looks like this: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [svn-remote "svn"] url = https://svn.code.sf.net/p...
by wurstnase
Mon Feb 26, 2018 4:24 pm
Forum: User Projects
Topic: Stop Mode for STM32F103
Replies: 0
Views: 2574

Stop Mode for STM32F103

Hi all, I'm working on stop mode for stm32f103. I found this thread and it was quit helpfull: http://www.chibios.com/forum/viewtopic.php?t=3381#p28349 Thanks to chrismerck for sharing. Instead of all the NOPs I found an interesting document from ARM: http://infocenter.arm.com/help/index.jsp?topic=/c...

Go to advanced search