Part Number: TMS320F28335
Tool/software: TI C/C++ Compiler
Hi,
I've been using F28335 and it's Simulink code generation tools to take ADC measurements and send it to my SIM800L module using SCI port. To do it, I had to integrate a bit of C code (with AT commands) into the Simulink model. The model converts 16 bit "integers" into "char" to send it to my SIM module.
Everything works fine for as long as the system is started in Simulink. As soon as I try to boot it from flash, measurements are taken and send to my phone but they are completely incorrect. The system was suppose to send me 16bit data but output data I receive to my phone are much larger than 16 bit numbers.
Does anyone know where the problem is?
Kind Regards,
Bartosz