Question about an online workshop
In the "In-Sensor Data Processing: MEMS with ISPU Core" workshop, could i use NUCLEO-F446RE instead of NUCLEO-L476RG?
Ask questions, find answers, and share insights on STM32 products and their technical features.
In the "In-Sensor Data Processing: MEMS with ISPU Core" workshop, could i use NUCLEO-F446RE instead of NUCLEO-L476RG?
why i am getting same values in all channels please someone helpvoid Adc_Vbat(void) { ADC_ChannelConfTypeDef sConfig = {0}; sConfig.Channel = ADC_CHANNEL_16; sConfig.Rank = 1; sConfig.SamplingTime = ADC_SAMPLINGTIME_COMMON_1; if (HAL_ADC_...
Hi!I am using a STM32U599VJT6 device without SMPS but getting this message when generating code: What is supposed to be configured?Thanks in advance
Hi,We have a question about a system design we would like to implement for our product.We are working with the STMF32F723 MCU and are developing our own HW. We need 216MByte of RAM for our application and would like to implement it with the functiona...
Hi,How can we extract a correct reading of the internal temperature of the STM32L452 in degree C?We currently read a number '141' but this is clearly not the CPU temperature which should be 22-28oCWe have followed the general app note on temperature ...
Hi,I am considering which solution to go for in a new product. To start with, I am going for a 480 MHz STM32H7 with high-resolution timer (HRTIM) for some quick PWM regulation. The regulation feedback is supposed to come from a fast ADC, so I need to...
I am trying to connect 2 NUCLEO-G0B1RET6 boards,using CAN FD. I previously did it using CAN, But now i am trying to connect these boards using CAN FD. So far no success,I want to know if it is possible to do it using CANFD.Kindly help me in this rega...
Hello,my CPU is a STM32H745. I want to flash data into both banks (bank 1, sector 2-7, complete bank 2, while the code runs from the first bank, sector 0+1.I'm using the given HAL-drivers stm32h7xx_hal_flash.c and stm32h7xx_hal_flash_ex.c and found a...
Hi! Hope everyone are doing well! I currently encounter a problem and can't solve it. I want to write some pieces of data into a file in a usb-disk and now the Appli_state is constantly idle even I connect the USB-Disk already.This is a test demo cod...