Tamaguino on a stm32

Post here first, or if you can't find a relevant section!
Post Reply
Iraton
Posts: 14
Joined: Thu Sep 29, 2022 3:01 pm
Location: Italy
Contact:

Tamaguino on a stm32

Post by Iraton »

Im trying to put Tamaguino (https://github.com/alojzjakob/Tamaguino) on a stm32 (obviously with stm32duino) but it doesent work, first o get 4 error from a float array that is not int, after that i recive this "Error: bad instruction `jmp 0'". i don't know what i can do, with arduino it work without problem but when i switch board this appen
User avatar
fpiSTM
Posts: 1723
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Tamaguino on a stm32

Post by fpiSTM »

jmp 0 is not a valid instruction for STM32.
https://github.com/alojzjakob/Tamaguino ... .ino#L1291

You could probably replace it by:
NVIC_SystemReset();
Iraton
Posts: 14
Joined: Thu Sep 29, 2022 3:01 pm
Location: Italy
Contact:

Re: Tamaguino on a stm32

Post by Iraton »

Thanks now it compile but doesn't work, bot at least i have no error😂
Post Reply

Return to “General discussion”