Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello, I want to work with SD card using SPI in STM32 but it is not working. I tried many things but it didn't work. It was working fine when I tried it 4-5 months ago. What is the problem now? I am referencing sample code from here: https://controll...
USART baud rate related stuff has a long history of errors in both the STM32 documents and sample code. Looks like in the past 4 years some of the problems were corrected but there are still some strange and incorrect pieces.STM32F10x manual, RM0008 ...
Does it exist texts database library for STM32? like this for Arduino https://github.com/jwhiddon/EDBPS - I need to read from library and write to library.
himy question is simple: what does record:/end: mean in a code?
Helloon the a.m. device I use both ADC1 and ADC2. The initialization is identical on both. I notice that results fluctuate widely at ADC1 output and reasonably at ADC2 output.Grounding ADC1 input leads to 330-345 LSB.Vdda = 2.5V from precise external...
Hello,I am using the STM32F767 microprocessor with Bluetooth control. A custom-designed user interface controls the system parameters such as updating the variables and receiving data. But when I power on the system, I flash the code. Then, in the fi...
The B-U585I-IOT02A discovery PCA and demo code has a server what tools should be used to modify the screen view tool flow to modify the screen as it related to the STCubeIDE tool?
Hello, I am working with STM32G0 with uCOS-II.I was reading some of the actions are fragile to unalignment; I was wondering how to align the code. As per now, the only command I know is : #pragma data_alignment =8 which I use just before launching th...