Skip to main content

Questions tagged [microcontroller]

The tag has no usage guidance.

0 votes
0 answers
29 views

Offline timezone database library for microcontrollers

In the process of planning a deeply embedded system that has no internet access, but a GPS receiver, I need to find a way to convert GPS time to local time. I'm assuming knowledge of the local time ...
Marcus Müller's user avatar
0 votes
1 answer
572 views

USB Driver for ASUS ROG Strix X570-F Gaming motherboard

I'd like to use USB 3.0 drivers on a Windows 7 install onto an ASUS ROG Strix X570-F Gaming motherboard. But, ASUS doesn't provide USB 3.0 drivers for this motherboard, and I don't find any ...
Oliver's user avatar
  • 111
1 vote
1 answer
622 views

Free and Open Source C compilers for PIC10 family of Microchip microcontrollers?

I am looking for Free, Libre, and Open Source Software (FLOSS) C compiler(s) for the PIC10FXXX family of microcontrollers (MCU). What I have found so far: Small Device C Compiler (SDCC): As reported ...
Foad's user avatar
  • 131
1 vote
0 answers
693 views

Linker .map file browser for AVR-GCC

I am looking for a linker map file browser / analyzer, like http://www.sikorskiy.net/prj/amap/ but able to work with AVR-GCC (avr-ld) linker map files. I am currently doing avr-nm -l --size-sort ...
Xpector's user avatar
  • 111
2 votes
1 answer
878 views

Opensource CANopen stacks: CANfestival vs CANopenNode

I'm looking for a CANopen stack to implement on a STM32F091RC (Nucleo) running MBED OS. I found two "popular" opensource stacks: CANFestival and CANopenNode. Does anyone have experience with one of ...
Bruce's user avatar
  • 121
3 votes
0 answers
151 views

Software to fully simulate machine language instructions (8051)

I'm looking for software that can simulate results of binary code from an 8051 processor and that allows me to step through my program. I thought the following software was perfect: But that's until ...
Mike -- No longer here's user avatar