I use this code to switch to bank2 after downloaded fw image in bank2. I have verified that the first address is (stack pointer) is pointing to the SRAM. But still it starts the code in bank1.Is there any example that I can follow? /* Unlock op...
I'm using a STM32F103C8 MCU, in UART2 with DMA, I lose many bytes when I send data to UART using a FTDI with YAT terminal. However when using Termite terminal I lose no data. My guess is, YAT sends data somewhat slower than Termite. If that's the cas...
Hello,I am following a course on Udemy ("Mastering Microcontroller and Embedded Driver Development" if that matters) and I try to set my Nucleo as SPI master.I set up the SPI but the NSS pin does not want to go high when I enable the peripheral.A wor...
Hi, I am working with the Nucleo-F401RE board and I am trying to implement the printf function to work with UART2. I can load and run the example project, but implementing the same code does not work in a separate project. I have had zero luck getti...
Hello, Is there any tip or reference code to implement WRP? I need to prevent changing original codes and adding any other codes from malicious third parties.I use stm32f303k8 and CubeIDE.I appreciate any help you can provide.
We have been using STM32F0x, STM32F30x and we read an ADC channel to get the temperature.we would like to know on-chip Temperature Sensor Responding Time. (How fast does the sensor respond to the temperature change?)ThanksDavid
I wish to pass a value from a script into the .s start-up file, similar to the following with a C program. The script 'mm' exports the CAN id, 0xB0A00000-- ./mm B0A00000and when 'make' executes, the 'Makefile' includes the following, which passes the...
Hello - Does anyone know of a Gcode interepreter for the STM32L4. I am building a 6 axis robotic arm and want to use my nucleo board (with L4 series) to control the motors. I have put alot of time and effort in finding gcode interpreter but haven't f...