Search found 140 matches

by avrhack
Tue Jul 18, 2017 7:30 am
Forum: STM32 Support
Topic: USB on STM32F3DISCOVERY
Replies: 12
Views: 6802

Re: USB on STM32F3DISCOVERY

Try cat /sys/kernel/debug/usb/usbmon/0u and it will show you all the USB packets so you can figure out exactly which transaction is causing the problem. Would suggest you post the final few lines of that output here. If that file doesn't exist check if you have a debugfs mounted. If not use mount -t...
by avrhack
Sun Jul 09, 2017 9:58 pm
Forum: STM32 Support
Topic: STM32L462 Looks Interesting Topic is solved
Replies: 14
Views: 7755

Re: STM32L462 Looks Interesting Topic is solved

Board done and ordered - should get 3 simple dev boards in the next 3 weeks or so. Also very interested in the STM32L442. I used the F303 a lot at the moment and the L442 is better and pin compatible but also comes in a lot of leadless packages which I prefer so hopefully including the L442 and well...
by avrhack
Sun Jul 09, 2017 6:30 pm
Forum: STM32 Support
Topic: STM32L462 Looks Interesting Topic is solved
Replies: 14
Views: 7755

Re: STM32L462 Looks Interesting Topic is solved

RoccoMarco wrote:Ok,
its port was already in my plans.


Perfect! Let me know if I can help with code or test. I've just designed my dev board for the 462 so will send off to the fab.
by avrhack
Sun Jul 09, 2017 9:55 am
Forum: STM32 Support
Topic: STM32L462 Looks Interesting Topic is solved
Replies: 14
Views: 7755

Re: STM32L462 Looks Interesting Topic is solved

RoccoMarco wrote:I have a nucleo L452RE. Is it a similar chip?


Yes - only difference I can see is that the 452 doesn't have AES but as there's no ChibiOS driver for that anyway, in Chibi terms they are the same as far as I'm aware......
by avrhack
Sun Jul 09, 2017 8:25 am
Forum: STM32 Support
Topic: STM32L462 Looks Interesting Topic is solved
Replies: 14
Views: 7755

Re: STM32L462 Looks Interesting Topic is solved

Hi, Yes, it looks interesting and will be supported as soon we can get our hands on a board. Giovanni What do you need? I was just about to design a quick prototype board for it so can send one to you if that would help? My dev designs don't have a built-in st-link though, so you would need a separ...
by avrhack
Sun Jul 09, 2017 5:12 am
Forum: STM32 Support
Topic: STM32L462 Looks Interesting Topic is solved
Replies: 14
Views: 7755

STM32L462 Looks Interesting Topic is solved

Any plans to support the STM32L462? Looks interesting as it has crystal-less USB, CAN and AES which are all of interest to me but it's not included in the L4xx hal_lld.h yet.

I could go ahead and add it of course, but no point if Giovanni is going to do it officially soon anyway.....
by avrhack
Tue Jun 27, 2017 8:01 am
Forum: STM32 Support
Topic: STM32F042 CAN filter problems
Replies: 5
Views: 5159

Re: STM32F042 CAN filter problems

I know you said your CAN works without filters so apologies for just testing that, but prior to 16.1.7 there is a bug in the baud rate calculations for the 042's CAN in the HAL which causes it to run at half speed so I'm wondering whether it just appears to be working by some luck without filters, b...
by avrhack
Sat Jun 10, 2017 6:47 pm
Forum: ChibiOS/HAL
Topic: Serial Driver Cannot Handle 9-bits?
Replies: 2
Views: 1924

Re: Serial Driver Cannot Handle 9-bits?

Yeah I've changed the code over to the UART driver - it was much easier than I thought, thanks to the good examples in the testhal folders. Thanks Giovanni!
by avrhack
Sat Jun 10, 2017 3:42 pm
Forum: ChibiOS/HAL
Topic: Serial Driver Cannot Handle 9-bits?
Replies: 2
Views: 1924

Serial Driver Cannot Handle 9-bits?

I have an application which needs 9 data bits on the USART. From what I can see, the ChibiOS serial driver cannot be used for this as it explicitly uses 8 bit queues? Could someone confirm I have to use the USART driver if I want to send/receive all 9 bits? if so that's a real pain and would be good...
by avrhack
Tue Dec 20, 2016 9:21 am
Forum: Bug Reports
Topic: Wrestling with MAC on F107 Topic is solved
Replies: 18
Views: 11552

Re: Wrestling with MAC on F107 Topic is solved

Hi, I committed fixes in subversion trunk, could you confirm it is working for you before I backport it to 16.1? thanks, Giovanni I use git so my testing isn't 100% conclusive, but I've reverted my patched version which causes the compilation to fail as before, then I've taken your new version of h...

Go to advanced search