WiSEStudio Build Analyzer
How to add Build Analyzer function in WiSEStudio IDE?Available on Atollic TrueSTUDIO IDE.Thanks in advance.regards,fanyun.
How to add Build Analyzer function in WiSEStudio IDE?Available on Atollic TrueSTUDIO IDE.Thanks in advance.regards,fanyun.
Hi ST_community."Programing STM32F429ZIT6 micro"I have a question: what are the options to burn/download a program into a STM32F429?At this moment, I am working on STM32F429ZIT6-DISC1 board, now, everything is ok, everything is done it throughout ST_...
We also configured the other PAx pins, such as PA0, PA1, PA4, PA5, ect as ADC channels. these pins work properly.Removing SB13 and SB14 is based on the suggestion of NUCLEO-L073RZ manual (UM1724 Rev 14), in order to use PA2/3 pins.Please let us know ...
I implement the eeprom emulation library for the STM32F423 controller and was wondering if the variables are 16 bits can I use the virtual addresses like this: uint16_t VirtAddVarTab[NB_OF_VAR] = {0x1, 0x2, 0x3};Or do I need to keep space like 0x1, 0...
Hello ST Team !I would like to ask you a technical question about the STM32G474RETx controller, SPI peripheral.I'm trying to configure 2 MCU's (master & slave) as follow:- SPI1 in Full-Duplex mode, 16bit data width- Master SYSCLK: 170MHz, SPI clock: ...
Hi,I have a project which is based on the STM32L475RC and now I want to upgrade to the STM32L475RE controller. I have changed the device from STM32L475RC to STM32L475RE in options for the target of the Keil environment. But the new project based on t...
Has anyone done the changes necessary to switch up to 24/32 bit acquisition. It seems like its just AIF1_Control[6,5] on the WM8994 but the SAI is a complex beast and I'm not having a lot of luck. Any pointers would be greatly appreciated.
Posted on June 29, 2018 at 07:30Hi, I'm trying to use SAI_DATASIZE_24; with the Audio_playback_and_record application demo for the STM32f769i_Discovery.The demo uses DMA to copy data from the SAIx to the recorder buffer in 16bit.I tried changing the...
I am looking for maximum timer resolution supported in STM32U5 series MCU's.Basically whether I can configure or use hardware timer as 100us.Any input or documentation on this would be a great help.Thanks!!