atmega
AVR - Interrupt Vector and Global Variable
I am using an ATmega32 to interrupt every 32ms to do some arbitrary stuff, which isn\'t really important for now.[详细]
2023-03-09 05:40 分类:问答cycle the LEDS IN ATMEGA8515
I want to read the switches next to the LEDS and cycle the LEDS from 0 to whichever switch is pressed[详细]
2023-03-01 10:52 分类:问答how to implement an own flashing-software for an ATmega8-microcontroller
has anyone some kind of documentation how to implement an own flashing-procedure for an atmega8-microcontroller ?[详细]
2023-01-31 10:44 分类:问答uipv6 on arm processor family
I need to port the u(read mu)ipv6 stack from atmega platform to the arm platfom, specificcally to STM32F103Rx so i need the libraries for this processor. But I have no idea where to find them. Could a[详细]
2023-01-27 17:21 分类:问答ATmega328 + SPI Flash Memory
Preface: This question is about a project I am working on with a professor at my university. It is NOT for a grade, but my reputation with this professor does matter. So while my success on this proje[详细]
2023-01-20 21:06 分类:问答Is a logical right shift by a power of 2 faster in AVR?
I would like to know if performing a logical right shift is faster when shifting by a power of 2 For example, is[详细]
2023-01-16 22:04 分类:问答AVR Long running code from within timer interrupt
I\'ve got some code that needs to run every 2 minutes which seems simple enough. The problem seems that triggering a long running process fr开发者_JAVA百科om within a timer causes the timers to go wob[详细]
2023-01-15 15:13 分类:问答Testing Code for Embedded Application
Background: I am developing a largish project using at Atmel AVR atmega2560.This project contains a lot of hardware based functions (7 SPI devices, 2 I2C, 2 RS485 MODBUS ports, lots of Analogue and D[详细]
2022-12-08 20:00 分类:问答