unique die and device identifier
Hi, STM32 has a unique device identifier and unique die identifier. is there any possibility to read the value of those ids and also to change their value? Thanks
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi, STM32 has a unique device identifier and unique die identifier. is there any possibility to read the value of those ids and also to change their value? Thanks
Hi all,I haven't worked with ETRs earlier. I am currently working with stm32G491, I want to use TIM3_CHx, as an input capture. due to design problems, I am not available to use those pins. but I can use the TIM3_ETR pin. so is it possible to remap to...
Hello!I'm currently trying to use Wi-Fi as a way to communicate wirelessly between two B-U585I-IOT02A boards, but don't need connection to the internet. What I'm trying to achieve is a way to get a string or some other data from one board over to ano...
Hi,I've used stm32flash on my processor with embedded Linux to program STM32U5 via USART. When I enter a command ./stm32flash /dev/ttymxc0 (usart interface connected to the STM32U5). I got a message "Failed to init device".On the stm32flash site I fo...
We track known (i.e. programmed) wake sources and report them at wake. The wake is not reporting any know source. The wake seems to be a loop, i.e. as soon as we enter sleep, the wake occurs. /* Set SLEEPDEEP bit of Cortex System Control Register */...
Does doing a simple write to the flash address space not result in any kind of a BusFault or other error interrupt?After debugging an issue wherein I did not realize that I was running `qsort` on const data that was residing in the, I was a little su...
I am working on a project where I have managed to detect any printer using USB driver provided by STM-HAL.All this code is developed on STM32F407VG MUC Discovery Board. Which is working fine and I am able to print the labels as i want without any err...
I have looked through the SDK mentioned above but I need code in embedded C that I can use in my STM32CubeIDE but cannot find it. The code needs to follow the flow shown in the attached file.Do anyone know how I should go about doing this and what c...
STM32F469NI controller and IDE System workbench version 4.5.2 MCU with 2MB flash and 320kb RAM are used. for LCD ST emWin graphic library with GUI interface we using.The problem is that we are updated new touch driver code. The touch is detected, bu...