Topic : SysTick not in peripheral view?

Forum : ARM

Original Post
Post Information Post
May 8, 2009 - 11:37am
Guest

Hello,

I am working with RIDE v7.18.0903 and RKit-ARM v1.18.0903 together with a RLink Pro. I am debugging a project for a STM32F103VBT.

I can't find the SysTick in the peripheral view. Should I blush for not being able to find it or is it a bug in RIDE?

Thanks

Replies
Post Information Post
+1
0
-1
May 8, 2009 - 1:40pm
Guest

I cannot find systick either.

systick dont work for me.
a quick workaround for me now is to use tim2 interrupt instead.

I have another problem, after i upgraded i cannot set breakpoint in stm32f10x_it.c on NMIException, HardFaultException, MemManageException, BusFaultException, UsageFaultException, DebugMonitor, SVCHandler, PendSVC, SysTickHandler, USB_HP_CAN_TX_IRQHandler, USB_LP_CAN_RX0_IRQHandler, CAN_RX1_IRQHandler, CAN_SCE_IRQHandler so on...

I think the code is not generated right.

I think release 7.18.0904 have a broken NVIC implementation.

+1
0
-1
May 8, 2009 - 2:22pm
Guest

Micke_sundin,

I confirm your findings. Version 7.18.0904 doesn't generate the code for those exception/interrupt handlers at all.

+1
0
-1
May 11, 2009 - 10:31am
Raisonance Support Team

Hi,

There is no peripheral view for the systick yet. We will add one in a future release.
But it's only a matter of display during debug, it does not affect the behavior of the CPU.

For the ISR issue, I don't observe this problem here...
Are you using the default startup?
The default linker script?
Do you know which version you had before you upgraded?
(I would need the versions of both the Ride and ARM kits before and after the problem appeared)
Can you send me a Ride project that shows the problem?
(please send it here: 'support@raisonance.com' and include a link to this post in the body of the email)

Best Regards,

Vincent