Skip to content

Error: "storage size of myHandles isn't known" #51

Answered by Albert-Alvarez
Laiaborrell asked this question in Q&A
Discussion options

You must be logged in to vote

I have regenerated the code from the .ioc file and at least the microcontroller has entered in the HAL_UART_RxCpltCallback when a message from CoolTerm is sent.

Anyway, the program doesn't work because all the index increments are missing: rxBufferIndex++, txBufferIndex++, i++,.... This is probably because you've copied and pasted the code from the script, you wanted to remove the + from the code by doing a find/replace and you have also removed the + signs from the increments unintentionally. Fix that and check if it works already. Confirm if that's the case, if not, make a new commit with the index increments fixed and I'll take another look.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Albert-Alvarez
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
FAQ Frequently Asked Question C C programming
2 participants
Converted from issue

This discussion was converted from issue #51 on June 26, 2021 17:41.