I recently soldered a LIS25BA module. When connected to the STM32, the IIC was configured according to the normal address and did not work. I'd like to ask what's going on. By the way, can I directly ...
[List Announced]According to everyone's responses, the netizens who received the blood oximeter are:
@ yichun417
@ddllxxrrPlease confirm your personal information in the forum before April 3 and reply...
I am testing VGA now, and the situation is as follows: Monitor A: can display normally, but there are water ripples. Monitor B: keeps displaying, black screen, displaying, black screen... and so on. M...
The code is as follows
In the file main.c
white(1)
{a();
}
In the file bcvoid a()
{. . . . .// No call related to b function
}
void b()
{. . . . .// There is no call related to function a
}The problem...
As title1. I am currently using LM3S9B96 and have made a menu, but sometimes the button doesn't respond when I press it, and I have to press it twice. What could be the reason? Is there any way to sol...