hi, Error[Ta097]: Cannot call intrinsic function "__nounwind __DSB" from Thumb mode in this architecture
Im getting this error for all Cubemx Generated Software. Even for the nucleo Project. Please help Im bulding a project using stm32f105r8t6.
Im getting this error for all Cubemx Generated Software. Even for the nucleo Project. Please help Im bulding a project using stm32f105r8t6.
Hello,Yesterday I was working on a device that uses the STM32F405RG chip, functionally it's a Vedder ESC, when the computer no longer recognized that I had the USB plugged in to the board. After a bit of troubleshooting I thought I should reflash th...
Hi,I'm quite new to STM32 MCUs as I just switched from PSoC MCUs. I'm using a STM32L010K4T6 and I cannot get it to work as the problem seems to "disappear" after reset or power off. I went through the configuration (I'm using STM32CubeIDE) and I cann...
Hello everyone,I am using an STM32L4 MCU and I am trying to create a digital bandpass filter for the data being received on the ADC channel. Is there any standard library which would enable me to do this? If there is not, are there any resources (app...
I am using bluenrg-2 device with the low energy BLE example BLE-CHAT.The device stop advertising after a few hours of advertising and connections and disconnections.I leave the device working and advertising for whole night and in the morning it stop...
Hi everyone,I am using from STM32G4 series MCUs. In these 32G series, according to what is written in the errata sheet, there are some problems with the ADC hardware for Cut2.2 (Device Marking Y).The workaround provided doesn't work for me.I have 3 d...
Hi, We are using STM32L43xxx controller (in a custom design board) with ADC and low power mode functions. In normal operation, ADC is working fine (before entering into sleep mode). ADC_FLAG_RDY is failing in ADC_Enable function (stm32l4xx_hal_adc.c)...
Looking to create a digital bandpass filter using the STM32L4 MCU and wondering if the ST10 DSP library can be used to do this?