STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Should nor flash be mapped as non cacheable memory ?

Hello,When using external NOR is it reasonable to configure its memory addresses as cacheable or should it always be configured as NON-cacheable?If it is cacheable it means that when executing a programming nor command, it is not yet written into dev...

ranran by Senior II
  • 590 Views
  • 2 replies
  • 0 kudos

Jump to bootloader from application

I'm trying to jump to the bootloader in system memory in order to update my firmware via USART1. See attached code based on https://stm32f4-discovery.net/2017/04/tutorial-jump-system-memory-software-stm32/. When I execute the attached function the s...

JSzyb by Associate
  • 352 Views
  • 0 replies
  • 0 kudos

STM32F072RB CAN Transmit Timeout Error

Hi, I'm new to CAN communication and trying to up the CAN(normal mode) between two identical custom boards having stm32f072 controllers. Code generated using CubeMX (STM32Cube_FW_F0_V1.9.0) drivers.I have given the setup diagram. TJA1050 RS pin is gr...

0690X0000087uNlQAI.png
LRPS_92 by Associate II
  • 361 Views
  • 0 replies
  • 0 kudos

Checksum computation for UART bootloader

Hello,I'm testing to flash a new firmware using an ESP32 on an STM32F103xC, using the application note AN3155. There seems to be an error in the computation of the checksum that must be included in all messages. The documentation states that : 1. ...

LLouf by Associate II
  • 2004 Views
  • 3 replies
  • 0 kudos

Bug in STM32L0 TSC library

I would like to report a bug in HAL TSC library for the stm32L0 series of microcontrollers.The bug is in the stm32l0xx_hal_tsc.h header file in the  __HAL_TSC_GET_GROUP_STATUS macro.This is the current version of the macro (buggy version):#define __H...

JGrci by Associate
  • 757 Views
  • 2 replies
  • 0 kudos

Resolved! HAL_PCDEx_SetTxFiFo and fifo number/order

Hi, I'm having a hard time understanding the HAL_PCDEx_SetTxFiFo() function that I should call inside the USBD_LL_Init() function for my Stm32L476. I have attach my descriptor results from USBTreeView. But here the highlight:My composite device have ...

Difficulty in Setting Interrupts

Hello AllCould someone kindly help me figure out what may be wrong with this code (only the relevant part has been pasted here)?The objective is to toggle the LED through interrupts coming from TIM7, the simplest timer I could setup. In despair, I ha...

Amir1 by Associate II
  • 494 Views
  • 2 replies
  • 0 kudos

identifier "xxxx" undefined

i have project code when i compile it shows identifier is undefinedBut i have included the path keil linker options and included header file also, i don't know why it shows like this.when i click the definition of VL53L0A1_GPIO1_R_INTx it doesn't go...

NS.16 by Associate II
  • 1820 Views
  • 7 replies
  • 0 kudos