Search found 38 matches

by MGeo
Mon Jan 13, 2020 11:27 am
Forum: Projects
Topic: (Arduino_Core_STM32) Libcanard based UAVCAN node
Replies: 14
Views: 16187

Re: Libcanard based UAVCAN node for Arduino_Core_STM32

I still have some test work to do on the F1 serial output and test of F3 variant before I will consider the example up to date, but F1 CAN traffic appears to be working as expected. I'll update here once I get a chance to complete testing. For those looking to replicate, it is worth mentioning that ...
by MGeo
Mon Jan 13, 2020 10:19 am
Forum: Projects
Topic: (Arduino_Core_STM32) Libcanard based UAVCAN node
Replies: 14
Views: 16187

(Arduino_Core_STM32) Libcanard based UAVCAN node

Here is a "Hello World" example working for libcanard based UAVCAN on Arduino_Core_STM32. I've documented the work here to remember what I did and so that others can follow if so desired. I'm a big fan of Pavel Kirienko's open UAVCAN work (https://uavcan.org/) for my needs, mostly UAVs and...
by MGeo
Sat Dec 21, 2019 2:14 pm
Forum: General discussion
Topic: [Q] How to know how much RAM memory microcontroller have at compile time?
Replies: 6
Views: 6448

Re: [Q] How to know how much RAM memory microcontroller have at compile time?

You can find RAM size in the variant linker scripts, in boards.txt (https://github.com/stm32duino/Arduino_C ... boards.txt), and also in the part datasheet for your given processor.

Finally, when you compile you get a percentage of dynamic memory used in the console pane.
by MGeo
Sat Dec 21, 2019 1:42 pm
Forum: STM32F4 based boards
Topic: NUCLEO-F405RG, the board ST forgot to build
Replies: 1
Views: 4392

NUCLEO-F405RG, the board ST forgot to build

Pics of board, rework locations highlighted.

SB33, SP38 removed, and C22, C25 populated with 2.2uF low ESR 1206 SMD ceramic caps
by MGeo
Sat Dec 21, 2019 12:41 pm
Forum: General discussion
Topic: DDRX function on STM32
Replies: 7
Views: 18551

Re: DDRX function on STM32

STM32 GPIO is a bit more flexible and complicated than AVR. You should definitely scan through the AN4899 application note above to get a feel for the differences. There are ways to write to whole port registers once you understand what you want to do. You can use the C/C++ arrow operator -> to acce...
by MGeo
Fri Dec 20, 2019 10:34 am
Forum: Forum rules, FAQs and HowTo's
Topic: Limit on attachment image sizes?
Replies: 7
Views: 12758

Re: Limit on attachment image sizes?

Ok sounds good. I get that keeping it smaller helps on bandwidth. But the world is moving in the direction of more visual content to share information and learning so I guess it is a balance. In actual use cases here I am finding that 96K is on the small side for partial screen captures. Maybe 50% a...
by MGeo
Thu Dec 19, 2019 10:46 am
Forum: Forum rules, FAQs and HowTo's
Topic: Limit on attachment image sizes?
Replies: 7
Views: 12758

Limit on attachment image sizes?

Hi,

Congrats on re-opening the forum, thank you for the efforts.

I've created a first post and attempted to upload a couple of images. Is there a file size restriction for attachments, and if so what is that limit?

Thanks,
George
by MGeo
Thu Dec 19, 2019 10:35 am
Forum: STM32F4 based boards
Topic: NUCLEO-F405RG, the board ST forgot to build
Replies: 1
Views: 4392

NUCLEO-F405RG, the board ST forgot to build

STM32F405RG can be found on many F4 based drone flight controllers. https://oscarliang.com/f1-f3-f4-flight-controller/ So I found myself wishing I had an F405 based Nucleo board for development. Somehow ST never came out with a F405 Nucleo board, so I went and reworked a Nucleo-F103RB into one. I sw...

Go to advanced search