Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Good day guys, this code here is part of the initialization code for a firmware of an STM32F030 microcontroller, disassembled using Radare2. It is executed after the clock initialization but before the heap setup.
0x0800335c 00f00bf8 bl fcn.08003376
0x08003360 0028 cmp r0, 0
0x08003362 01d0 beq 0x8003368
0x08003364 fff7d4ff bl INIT2
0x08003368 0020 movs r0, 0
[...]
0x08003376 0120 movs r0, 1
0x08003378 7047 bx lr
I have discovered that it seems `r0` is always set to 1, meaning `INIT2` is never skipped.
What am I missing?
@Middleware & OS
@pho.enix dyk when this post is from?
Looped back to discord from the website
Okay is that an error that needs to be fixed?
Umair needs to add a check
If title and content already exist on discord it should not be created again
@umairahmed17
I check the reddit db, @pho.enix to check if post exists or not. I will see if I can check if a post title exists in discord.
CONTRIBUTE TO THIS THREAD