Search found 37 matches

by ChrisT66
Sun Dec 31, 2023 5:28 am
Forum: General
Topic: UART compiler error ATTINY4313
Replies: 4
Views: 489

Re: UART compiler error ATTINY4313

Hello, thanks for the answer.

With the ATMEGA328P (and other controllers) it works fine, without error messages. There seems to be something wrong with the 4313 implementation for flowcode, I'm afraid.

Regards Chris
by ChrisT66
Sat Dec 30, 2023 2:43 pm
Forum: General
Topic: UART compiler error ATTINY4313
Replies: 4
Views: 489

Re: UART compiler error ATTINY4313

Even if I create a new program and enter UART1 initialize as the only command, the error.... appears.
by ChrisT66
Sat Dec 30, 2023 1:08 pm
Forum: General
Topic: UART compiler error ATTINY4313
Replies: 4
Views: 489

UART compiler error ATTINY4313

Hello, first of all a happy new year to everyone here! And here is my problem: I want to transfer a program from an ATMEGA328P to an ATTINY4313. I use a simple UART transfer in the program. when I compile the project now I get the following error: C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\AVR\AVR_CAL_...
by ChrisT66
Thu Nov 30, 2023 8:10 am
Forum: User Components
Topic: IS31FL3236 LED Driver
Replies: 2
Views: 3694

IS31FL3236 LED Driver

Hello, I would like to control more than 20 LEDs via an LED driver (IS31FL3236). The lighting behavior of the LEDs is constantly changing. So far I have done this via an I/O port of the mC. Unfortunately, the IS31FL3236 is not supported by Flowcode. It is controlled via I²C. So it should be possible...
by ChrisT66
Mon Sep 19, 2022 8:48 am
Forum: General
Topic: ATMEGA UART Oscillator calibration
Replies: 1
Views: 592

ATMEGA UART Oscillator calibration

Hello, is it possible to calibrate the internal oscillator via Flowcode? With a UART transmission between two different processors it can happen that the internal clock frequency is adjusted depending on voltage or temperature and a transmission no longer works.
by ChrisT66
Sun Sep 18, 2022 2:13 pm
Forum: General
Topic: ATMEGA328PB
Replies: 2
Views: 752

Re: ATMEGA328PB

Thank you for your answer! My problem is that each controller produces a different internal oscillator frequency at the same voltage. I.e. even if it is set to 8 MHz internally, it is 8 for one and maybe 7.9 for the other. I want to have an ATMEGA8A and an ATMEGA328PB communicate via UART. Both are ...
by ChrisT66
Sun Sep 18, 2022 7:28 am
Forum: General
Topic: ATMEGA328PB
Replies: 2
Views: 752

ATMEGA328PB

Hello, since unfortunately the atmega328PB is (still) not selectable in Flowcode, I program this with the selection 328P. So far this has worked quite well.
My question: Are there things where I should be careful or known that does not work?
Greetings Chris
by ChrisT66
Mon Aug 29, 2022 11:56 am
Forum: Feature Requests
Topic: ATTINY1616
Replies: 0
Views: 1620

ATTINY1616

Can the ATTINY1616 be supported!? This controller is well available and cheap.
Would be great if it would be selectable in Flowcode soon. Thanks!
by ChrisT66
Sat Jul 16, 2022 3:50 pm
Forum: General
Topic: ATMEGA8A Timer2
Replies: 0
Views: 1552

ATMEGA8A Timer2

Hello, I want to output a PWM signal on port B3 of an ATMEGA8A. This port uses Timer2 for the PWM signal. The other two PWM ports B1 and B2 use Timer1. Unfortunately this does not work. In a test program that only enables the PWM ports and then sets the DutyCycle to 255, B1 and B2 turn on, B3 does n...
by ChrisT66
Sat Jul 16, 2022 3:41 pm
Forum: General
Topic: One Wire Bus Data Transmission
Replies: 15
Views: 3277

Re: One Wire Bus Data Transmission

The RX Interupt worked out great. Many thanks for the support!
Best regards Chris