Search found 4 matches

by kjwiik
Sat Oct 05, 2019 4:37 pm
Forum: ChibiOS/HAL
Topic: Is it allowed to change timer PSC after gptStart?
Replies: 2
Views: 2014

Re: Is it allowed to change timer PSC after gptStart?

Excellent, many thanks!

Kaj
by kjwiik
Sat Oct 05, 2019 1:23 pm
Forum: ChibiOS/HAL
Topic: Is it allowed to change timer PSC after gptStart?
Replies: 2
Views: 2014

Is it allowed to change timer PSC after gptStart?

I need to generate a wide range of frequencies dynamically and therefore adjusting both ARR and PSC on the fly is necessary, something like this: gptChangeInterval(gptp, arr); gptp->tim->PSC = psc; RM says PSC can be changed on the fly but is there something in ChibiOS that makes this a bad idea? Th...
by kjwiik
Mon Jan 22, 2018 7:34 pm
Forum: General Support
Topic: LwIP demo for Nucleo-144
Replies: 13
Views: 7384

Re: LwIP demo for Nucleo-144

I have run this example on Nucleo-144, DHCP and ping is working correctly. What did you do to enable DHCP? After a day of experimentation I redefined LWIP_IPADDR to 0.0.0.0 in os/various/lwip_bindings/lwipthread.h and it started working. Is this correct, are there examples/demos how to enable DHCP ...
by kjwiik
Fri Oct 07, 2016 2:58 pm
Forum: STM32 Support
Topic: STM32F4 and ethernet (using enc28j60)
Replies: 6
Views: 7393

Re: STM32F4 and ethernet (using enc28j60)

roli wrote:I understand that.

But I did find a lwip port for exactly this combination. So lwip+stm32f4+enc28j60 - http://homepage2.nifty.com/yees/LwIP/LwIP140_V000.zip . Could it be possible to somehow put these things together?


Have you succeeded in porting?

Kaj

Go to advanced search