Visitor II
August 27, 2019
Question
Hello, my task is to figure out and fix the program code for the microcontroller.
- August 27, 2019
- 2 replies
- 1003 views
The code is very crowded and very abstract for me. May I ask you to comment on my code and where do I start my study of the microcontroller.
#include "it_handlers.h"
#include "stmutils.h"
#include "sysclk.h"
#include "wwdg.h"
#include "rtc.h"
#include "lcd.h"
#include "visual.h"
#include "terminal.h"
#include "keyboard.h"
#include "dio.h"
#include "adc.h"
#include "uart.h"
#include "i2c_soft.h"
#include "modbus.h"
#include "nvtransactions.h"
#include "dev_memory.h"
#include "arcs.h"
#include "stled316s.h"
#include "termores_handler.h"I have given the header files, I apologize for the incomplete information.
