Thank you kindly for the assistance! I appreciate the suggestion, buy my code is working 100% (I've attached a pic of my project) My MCU is: - driving an LCD display - communicating with several I2c devices - Driving 3 RGB LED's (WS2811) - Converting an analog signal As I mentioned, all baud rates a...
Hi there, In previous versions of Flowcode, I used to be able to insert assembly code (asm) into my program via the 'C Code' component. I used to do this as a workaround to the odd bug in Flowcode, or to ensure registers are set up correctly. I would drop in the 'C Code' component, then enter my cod...
MCU: PIC18F67K22-I/PT FREQ: 64 MHz It appears that Flowcode V7 is incorrectly calculating the UART (EUSART) Baud Rate when I compile code with a baud rate lower than 4 kHz. I believe that the issue might stem from a possible Flowcode miscalculation of the 'SPBRGH2' register. Here's the Microchip bau...
Good day! I have a prototype with several modules, each containing a PIC micro-controller. The whole system is controlled by a central module, yes, another PIC. All the PIC's are wired to a single I2C bus. I would like to set the PIC in the 'central module' as a Master, and all the surrounding modul...