IAR function profile
Hi,Has anyone used function profiling with IAR 9.30.1? Is there a size limitation for function profiling? I am using STM32H573X variant
Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.
Hi,Has anyone used function profiling with IAR 9.30.1? Is there a size limitation for function profiling? I am using STM32H573X variant
I am trying to use DWM1000 for ranging as well as communication but I am unable to do it . I debugged the code and Know that Initiator is sending data but is not being heard . The Rx buffer in responder is geting updated by random values.I have attac...
Though I made sure that the STM32 NUCLEO-U545RE-Q device was connected to CubeProgrammer, MATLAB Simulink is unable to read it. Any help that can be provided will be appreciated!I appreciate any help you can provide.
Hello, In pair with the LT8722 I use Stm32 Nucleo U5A5ZJQ and TECF1S Peltier device (7v and 1.2A) Currently as I am trying to communicate with it through the SPI. Just basic status acquisition packet 32bit transmit and 32bit receive. I send 0xF00014...
Hi, I'm trying to build an application that should use Sensortile data from an Android smartphone and inference on a custom model. My idea is to live stream data from the Sensortile into an android application that gives these data to a custom ML mod...
Hi all, I am porting a c++ project from the STM32H7 EVAL board to the STM32H7 Nucleo 144.The project uses CubeMX to generate the project, then I port in all the source code and set the c/c++/linker directories, symbols and settings.The project uses F...
I find that, every so often, flash download to my Nucleo-U575ZI-Q board from OpenOCD (driven by Zephyr west) fails. The error reported is usually Error: [STM32U575ZITxQ.cpu] Could not find MEM-AP to control the core, though sometimes it doesn't seem...
Hello,I am facing an issue while reading M95M01 EEPROM, i figured out that the actual problem is while writing.when i send write enable command looks like it requires a delay before that, though i am giving break point before sending write enable com...
I am using an STM32L422RB and I have added the X-Cube-EEPROM SW package (version 3.0.0). After intensive use I noticed that the eEEPROM driver is actually writing 64 bits of 0's to my emulated EEPROM space on every device power up or wakeup. On furt...
Hello Team,I'm trying to add authentication to my existing Hardware having STM32H7 series MCU.I'm using Microchip's AETCC608B Secure element as the Hardware authentication IC.Microchip has provided a Library for FIrmware integration in the GitHub rep...