STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f429zi_interrupt_register init qusetion

Posted on September 15, 2017 at 06:58CUBE MX Basic Settings (STM32F429ZI)and My code...int main(void){  /* USER CODE BEGIN 1 */  /* USER CODE END 1 */  /* MCU Configuration----------------------------------------------------------*/  /* Reset of all...

STM32F103C8 Can't go main()?

Posted on September 15, 2017 at 07:17 Hi. I've got a new custum-board https://www.keil.com/dd2/stmicroelectronics/stm32f103c8/#/eula-container from device mart. http://www.st.com/content/ccc/resource/technical/document/datasheet/33/d4/6f/1d...

0690X00000608DqQAI.png 0690X00000608DvQAI.png 0690X000006086IQAQ.png 0690X00000608BRQAY.png

STM32 Pipeline to GPIO delay

Posted on September 15, 2017 at 12:27Hi,I have to handle some precise delays...The pipeline on STM32F4 is 3 cycles. GPIO are connected on the AHB bus. What is the delay required between a write to a GPIO register (first step of the pipeline) and the...

tarzan2 by Associate III
  • 388 Views
  • 0 replies
  • 0 kudos

STM32F103C8 does not have correct flash model.

Posted on September 15, 2017 at 09:41HiI'm curious which one is correct item.I would like to select the correct memory model to STM32F103C8But I can't see anywhereCould you help me what am I supposed to do in this case?

0690X00000608FiQAI.png

can not install stm32cubemx on mac

Posted on August 08, 2017 at 10:56I download the en.stm32cubemx.zip file from st.com website, but can't install it.When I double-click the SetupSTM32CubeMX-4.22.0.app, nothing happen. my java version is :╰─$ java -versionjava version '1.8.0_111'Java...

lo_529 by Associate III
  • 3547 Views
  • 10 replies
  • 1 kudos

STM32L152 can't enter in ''low power run'' mode

Posted on September 14, 2017 at 11:01Hi,I am using STM32L152 in my project.I have configured MSI clock to run at 2 MHz at startup which is fine. I have set power regulator voltage to PWR_REGULATOR_VOLTAGE_SCALE2.But when I am configuring it to run i...

Is there a way to get CubeMX to link interrupts to a GPIO pin but have the interrupt start DISABLED in the areas of the code it manages?

Posted on September 14, 2017 at 18:02Using CubeMX 4.21.0I have  GPIO that is attached to an EXTI interrupt. (Pin Configuration page)On the NVIC Configuration page, the EXTI interrupts are EnabledThe EXTI interrupts are checked to generate IRQ handle...