Ask questions, find answers, and share insights on STM32 products and their technical features.
I do have time working but it will reset each time when I power it off. I do have the backup battery connected.I thought that it is supposed to keep working on battery and I guess it does. But I guess I might be missing a few lines to read registers ...
I am working on STM32F401RE, transmitting data via UART using DMA 1(channel 6) , also i want to receive data using DMA 1 (channel 5). I want to use the DMA in single byte transfers in direct mode. Can you help me how to do so correctly because i trie...
I am developing a project to take some measurements with ADC channels, however the values are wrong. When I connect any ADC channel direct to GND, it gives me a value about 60~80 (The ADCs are 12-bit precision) and this error propagates for any readi...
I cant find a product finder on the site. With google i cant only find apps. Anyone knows where it is? Mouser is not help either. I would like to look for uC with CAN bus.
I have the following function to sum 32 16bit signed integers as optimally as I think is possible:int16_t sum32elements2(int16_t vals[]) { uint32_t s1 = __SADD16(*(uint32_t*)&vals[0], *(uint32_t*)&vals[2]); uint32_t s2 = __SADD16(*(uint32_t*)&val...
I want to update ARR new value when timer eneble(counter is counting). What can I do to update it quickly without time latency (like setting the UG bit) ? I am using stm32f0.
I am currently using the STM32F429ZI. The ARM Cortex M4 CPU contains an MPU, but I am having trouble configuring it from the STM32CUBEMX application. I have seen examples of other MCUs having their MPUs configured from the CUBE MX, but this option do...
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.