Resolved! RM0440 mentions nonexistent RTC_BKPxR
RM0440 rev.7 mentions nonexistent RTC_BKPxR in 9 instances.JW
Ask questions, find answers, and share insights on STM32 products and their technical features.
RM0440 rev.7 mentions nonexistent RTC_BKPxR in 9 instances.JW
Figure 669. Message RAM configuration clearly shows that the message RAM is 0x350 bytes long which corresponds to 212 32-bit words. But later the following example is used to show, how the message RAM of FDCAN2 follows message RAM for FDCAN1:As an ex...
The word "OSC_IN" is missing from the following sentence:"When the oscillator is configured in a user external clock mode, only the pin is reserved for clock input and the OSC_OUT or OSC32_OUT pin can still be used as normal GPIO."Should say: "...onl...
Table 285, register map for general timers, TIMx_SMCR, contains two errors:This shows SMSPE in bit 25, I believe it is actually in bit 24.Also it shows SMSPS in bit 26, I think it is actually in bit 25.Please let me know if I'm mistaken. Thank youRM0...
Hello Everyone, I want to Update Firmware on my device using Network/WiFi.But I dont Know Where to begane and how to Update. Need solution. Thank You
Hello, I am using LwIP alongside a STM32F7. I am very new to network programming and I was wonder why the webpage is not updating when I modify the html code. If I visit the page via the IDE, the changes are there but on a live version of the site, n...
Hello STM32 Community,I am currently working on a project where I’m trying to test I2S communication with a MAX98357 amplifier using the STM32F746G-DISCOVERY board. I believe I have configured everything correctly, but I keep receiving an error code ...
Dear all,is it possible to use CMSIS-DSP with STM32F302XXX? Actually I'm working with NUCLEO STM32F302R8Tx (but final board will have STM32F302RCT6) and I have two issues :1) I am not able to find lib *.a in repository CMSIS_DSP 2) Following this gui...
Hello,I'm encountering an issue where the printf function is providing an incorrect output for float or double values. The simplified code snippet causing this problem is as follows:float f = 0.33; printf("d:%4.2f;\r\n", f);Upon analyzing the output ...