Search found 137 matches

by neums
Wed Jan 18, 2017 5:08 pm
Forum: Small Change Requests
Topic: Reset reason
Replies: 20
Views: 11807

Re: Reset reason

Hi,
ST answered:
"It's possible in case of internal reset to have 2 Flag set in the same time."
by neums
Wed Jan 18, 2017 10:45 am
Forum: STM32 Support
Topic: Which Timer
Replies: 6
Views: 2938

Re: Which Timer

Ticked mode is if

Code: Select all

OSAL_ST_MODE == OSAL_ST_MODE_PERIODIC

and tickless if

Code: Select all

OSAL_ST_MODE == OSAL_ST_MODE_FREERUNNING

?
by neums
Wed Jan 18, 2017 9:48 am
Forum: Small Change Requests
Topic: Reset reason
Replies: 20
Views: 11807

Re: Reset reason

I've asked it there:

https://community.st.com/thread/35979-r ... on-stm32fx

waiting for response...
by neums
Wed Jan 18, 2017 9:38 am
Forum: STM32 Support
Topic: Which Timer
Replies: 6
Views: 2938

Re: Which Timer

Hi,
when the ST driver uses (for example) STMs SysTick Timer, why do i have to define

Code: Select all

#define STM32_ST_USE_TIMER 2

?

There is just one Systick Timer

Thanks
by neums
Tue Jan 03, 2017 9:38 am
Forum: Bug Reports
Topic: STM32F769 CAN3 Topic is solved
Replies: 12
Views: 7248

Re: STM32F769 CAN3 Topic is solved

Hi,
the CAN3 was not added within the 16.1.6 release. Is there any problem with the driver?
by neums
Mon Dec 19, 2016 11:17 am
Forum: Development and Feedback
Topic: Next release date?
Replies: 2
Views: 1884

Next release date?

Hi,
is there a ChibiOS 16.1.6 release date?
by neums
Tue Nov 22, 2016 8:01 am
Forum: Bug Reports
Topic: STM32F769 CAN3 Topic is solved
Replies: 12
Views: 7248

Re: STM32F769 CAN3 Topic is solved

Hi,
thanks for merging. Yes, i see the bug where i called CAND3 directly and not by pointer. Thanks for finding. The driver is fine for me now.

Thanks
by neums
Fri Nov 11, 2016 2:03 pm
Forum: ChibiOS/HAL
Topic: I2C driver - state I2C_LOCKED
Replies: 3
Views: 2258

Re: I2C driver - state I2C_LOCKED

Why is this restart required?
by neums
Fri Nov 11, 2016 1:18 pm
Forum: ChibiOS/HAL
Topic: I2C driver - state I2C_LOCKED
Replies: 3
Views: 2258

I2C driver - state I2C_LOCKED

Hi,
what is the functionality of the i2c driver state I2C_LOCKED?
by neums
Fri Nov 04, 2016 11:37 am
Forum: Bug Reports
Topic: STM32F769 CAN3 Topic is solved
Replies: 12
Views: 7248

Re: STM32F769 CAN3 Topic is solved

There was also a bug when configuring the rx filters of CAN2 in can_lld_set_filters(). Modified it in hal_can_lld.c from: #if STM32_CAN_USE_CAN1 if(canp == &CAND1) { rccEnableCAN1(FALSE); /* Filters initialization.*/ canp->can->FMR = (canp->can->FMR & 0xFFFF0000) | (can2sb << 8) | CAN_FMR_FI...

Go to advanced search