Help with string error
Posted: Mon Apr 20, 2026 10:11 am
Hello, I'm here to ask for help in trying to solve a problem I'm having in a project with a dspic33EV256GM006. I recently added a calculation icon to add several variables (strings) into one, and then send it via UART to another system. After a few attempts (Link Error: PC Relative branch to '___delay32' is out of range. Suggest large-code model.
) I realized I couldn't do something like: "string1 = string1 + string2" several times within the calculation. The intention was to sum the variables until finally sending them via UART. Then I tried sending them one by one through the component macro and it continued to give the same error. Of course, before doing that I deleted the calculation icon I had built earlier. If anyone here can help me, I would appreciate it.
) I realized I couldn't do something like: "string1 = string1 + string2" several times within the calculation. The intention was to sum the variables until finally sending them via UART. Then I tried sending them one by one through the component macro and it continued to give the same error. Of course, before doing that I deleted the calculation icon I had built earlier. If anyone here can help me, I would appreciate it.