STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Keil stm32 compiler issue

Posted on September 30, 2015 at 11:23Hi every one I get a strange bug with a subject. It's in a relation to the preprocessor directives. There is a few definition in a header file (adc.h):#define ADC_NUM_OF_BITS_12                (0) #define ADC_NUM...

tyr0 by Associate II
  • 449 Views
  • 5 replies
  • 0 kudos

package stdfu.dll and inf into setup file

Posted on September 30, 2015 at 12:58I'm developing the firmware update tool to update firmware on ST microcontroller, i'm using STDFU.dll for the update, i would like to create a setup file that able to load/register the dll and STTubeDevice driver...

yen-mei by Associate
  • 258 Views
  • 0 replies
  • 0 kudos

STM32_TDES_ECB_Encrypt

Posted on September 29, 2015 at 15:29Hello, I want to use STM32CubeExpansion_FwCryptographic_V3.0.0. In my code I do some test calling STM32_TDES_ECB_Encrypt function InputMessage = 9E 42 7D 2E 14 C9 83 23 InputMessageLength = 8 TDES_Key = D0 D1 D2 ...

ST32F072 USB Simulation of Cable disconnect

Posted on September 29, 2015 at 20:28Hi, i'm working for usb project with ST32F072 with your example STM32Cube_FW_F0_V1.3.0 (CDC STANDALONE).I'm trying to simulating a USB disconnect with USBD_DeInit ( &USBD_Device ), but apparently not work ( for P...

Marco1 by Associate II
  • 250 Views
  • 2 replies
  • 0 kudos

STM32F7 Data Cache Question

Posted on September 29, 2015 at 09:56What is the correct way to set the SRAM1 & SRAM2 as NON-CACHEABLE? I am using STM32F746 and the Discovery board.

cm600 by Associate II
  • 499 Views
  • 4 replies
  • 0 kudos

STM32F3 discovery: SPI in 16 bit mode???

Posted on June 30, 2013 at 21:49 Hi, I'm sending data on the SPI interface. This seems to work a bit. The most important difference from what I expected is now that I want to put an 8bit value in the DR register, and I end up with 16...

IAR error Li 005

Posted on September 29, 2015 at 23:13I am trying to drive a KS0108 based LCD with a STM32L series micro-controller. I have the following source code: #include ''KS0108.h'' #include ''graphic.h'' int main(void) { GLCD_Initialize(); GLCD_ClearScreen()...

HAL_UART_Transmit ?

Posted on September 28, 2015 at 22:58Guys, How can I transmit a variable value using HAL_UART_Transmit ? for example I have c = 0; How can I do : HAL_UART_Transmit(&huart1, c, 100, 1000); and I will get 0 on my serial port ? Thanks

CS42L52 i2s

Posted on September 26, 2015 at 18:36Hi All,I am working on MCBSTM32C board and I want to make the CS42l52 work. I tried but seems the DMA is not working. I upload my code. Could someone please help me? #mcbstm32c #stm32f107 #cs42l52

fangdu by Associate II
  • 284 Views
  • 1 replies
  • 0 kudos