• i am using an external memory even these errors are coming help me out to solve these errors
    NSE_Ticker_v0.2468.axf: Error: L6406W: No space in execution regions with .ANY selector matching Section STACK(lpc2400.o). NSE_Ticker_v0.2468.axf: Error: L6406W: No space in execution regions with ...
  • i am using an external memory even these errors are coming help me out to solve these errors
    NSE_Ticker_v0.2468.axf: Error: L6406W: No space in execution regions with .ANY selector matching Section STACK(lpc2400.o). NSE_Ticker_v0.2468.axf: Error: L6406W: No space in execution regions with ...
  • Are these bugs?
    We are using STM32F101 (100 Pins) microprocessor in a project. The version of uVision is 3.60. In our application, I try to use the Encoder Mode of TIM3. And TIM3_CH1 and TIM3_CH2 have to be remapped...
  • Are these bugs?
    We are using STM32F101 (100 Pins) microprocessor in a project. The version of uVision is 3.60. In our application, I try to use the Encoder Mode of TIM3. And TIM3_CH1 and TIM3_CH2 have to be remapped...
  • why these codes can't work?
    I want to get a 1000HZ PWM. @15MHz VPB Clock codes like this void ini_pwm() { PINSEL0 =0x02<<14; /* Enable P0.7 as PWM output */ PWMPR=0x00; PWMMCR=0x02; PWMPCR=0x0400; PWMMR0=0x16E360; PWMMR2...