Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Posts by Lundin‭

83 posts
50%
+0 −0
Q&A How come the registers in a micro are application specific?

They aren't specific to the project, but to the MCU. As long as you use the same MCU for multiple projects, they will be code compatible. Some hardware peripherals are even code compatible between ...

posted 3y ago by Lundin‭  ·  edited 3y ago by Lundin‭

Answer
60%
+1 −0
Q&A Why RC toys still operate in 27Mhz band?

I can think of a couple of reasons: Lower frequencies mean superior range at the same output power. Whereas for example 2.4 GHz technologies tend to behave much more "directional" on short ranges...

posted 3y ago by Lundin‭

Answer
57%
+2 −1
Meta Let's have a "Papers" category.

My biggest concern is that it will get too random and low quality. The worst that can happen is something similar to SO's failed "Documentation project" a couple of years ago, where users were to w...

posted 4y ago by Lundin‭

Answer
81%
+7 −0
Q&A How to access a hardware register from firmware?

Using pointer types In C, an object pointer such as uint8_t* ptr is the equivalent concept to use for hardware addresses. A compiler makes this pointer type large enough to contain all addresses in...

posted 4y ago by Lundin‭

Answer
81%
+7 −0
Q&A How to access a hardware register from firmware?

When writing firmware in C for a microcontroller, how can I directly access a memory location such as a hardware peripheral register, given its absolute address? Is there a way to do this safely an...

1 answer  ·  posted 4y ago by Lundin‭  ·  edited 4y ago by Lundin‭

81%
+7 −0
Q&A What are the most common causes of CAN bus communication errors?

One rule of thumb is that a CAN network should never have any error frames when it is up and running. It is expected to have some when all nodes are "waking up", or if you hot plug something to the...

posted 4y ago by Lundin‭  ·  edited 4y ago by Lundin‭

Answer
77%
+5 −0
Q&A What are the most common causes of CAN bus communication errors?

I can't get my CAN bus application (ISO 11898-2, classic "high speed CAN") working and I'm receiving various CAN error frames. These error frames manifest themselves as sequences of 6 bits with my ...

1 answer  ·  posted 4y ago by Lundin‭  ·  last activity 4y ago by Lundin‭

75%
+4 −0
Meta Are we there yet?

Hi there! The on-topic page https://electrical.codidact.com/help/topics might need a bit of tweaking and discussion. I think it is important that such a page attempts to be as specific as possible ...

posted 4y ago by Lundin‭

Answer