Search found 1 match

by jadeja13
Fri Apr 17, 2020 9:46 am
Forum: ESP-IDF
Topic: ULP - Error: relocation out of range
Replies: 3
Views: 5602

Re: ULP - Error: relocation out of range

I had the same issue, and i had resolved it following way. reason 1: Remember to add instruction "psr" before jump instruction. caution : Do not put psr before "jumpr" and "jumps" it is not required. reason2: find out the instruction which use jumpr e.g. jumpr func1, 1, ge ........ func1: ..some ins...